Skip to content

Commit

Permalink
macOS homebrew tests fail because dyld library not loaded (#2639)
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Sep 7, 2023
1 parent 3bcb481 commit 41132db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
set -e
PY=$(echo '${{ matrix.py }}' | cut -c 6-)
brew upgrade python@$PY || brew install python@$PY
brew doctor # Fix dyld library not loaded issues
echo "/usr/local/opt/python@$PY/libexec/bin" >>"${GITHUB_PATH}"
shell: bash
- name: Setup python for test ${{ matrix.py }}
Expand Down

0 comments on commit 41132db

Please sign in to comment.