Skip to content

Commit f282086

Browse files
authored
Merge pull request #1643 from heinezen/fix/macos-ci-pip
Force install pip packages in macOS CI
2 parents 920367b + 0590bf2 commit f282086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/macosx-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
# cython, numpy and pygments are in homebrew,
6767
# but "cython is keg-only, which means it was not symlinked into /usr/local"
6868
# numpy pulls gcc as dep? and pygments doesn't work.
69-
run: pip3 install --upgrade cython numpy mako lz4 pillow pygments setuptools toml
69+
run: pip3 install --upgrade --break-system-packages cython numpy mako lz4 pillow pygments setuptools toml
7070
- name: Configure
7171
run: |
7272
CLANG_PATH="$HOME/clang-15.0.0/bin/clang++"

0 commit comments

Comments
 (0)