We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bcb481 commit 41132dbCopy full SHA for 41132db
.github/workflows/check.yml
@@ -68,6 +68,7 @@ jobs:
68
set -e
69
PY=$(echo '${{ matrix.py }}' | cut -c 6-)
70
brew upgrade python@$PY || brew install python@$PY
71
+ brew doctor # Fix dyld library not loaded issues
72
echo "/usr/local/opt/python@$PY/libexec/bin" >>"${GITHUB_PATH}"
73
shell: bash
74
- name: Setup python for test ${{ matrix.py }}
0 commit comments