Skip to content

Commit

Permalink
Merge pull request #1643 from heinezen/fix/macos-ci-pip
Browse files Browse the repository at this point in the history
Force install pip packages in macOS CI
  • Loading branch information
TheJJ authored Apr 29, 2024
2 parents 920367b + 0590bf2 commit f282086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macosx-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
# cython, numpy and pygments are in homebrew,
# but "cython is keg-only, which means it was not symlinked into /usr/local"
# numpy pulls gcc as dep? and pygments doesn't work.
run: pip3 install --upgrade cython numpy mako lz4 pillow pygments setuptools toml
run: pip3 install --upgrade --break-system-packages cython numpy mako lz4 pillow pygments setuptools toml
- name: Configure
run: |
CLANG_PATH="$HOME/clang-15.0.0/bin/clang++"
Expand Down

0 comments on commit f282086

Please sign in to comment.