Skip to content

Commit 41132db

Browse files
authored
macOS homebrew tests fail because dyld library not loaded (#2639)
1 parent 3bcb481 commit 41132db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/check.yml

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868
set -e
6969
PY=$(echo '${{ matrix.py }}' | cut -c 6-)
7070
brew upgrade python@$PY || brew install python@$PY
71+
brew doctor # Fix dyld library not loaded issues
7172
echo "/usr/local/opt/python@$PY/libexec/bin" >>"${GITHUB_PATH}"
7273
shell: bash
7374
- name: Setup python for test ${{ matrix.py }}

0 commit comments

Comments
 (0)