We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 920367b + 0590bf2 commit f282086Copy full SHA for f282086
.github/workflows/macosx-ci.yml
@@ -66,7 +66,7 @@ jobs:
66
# cython, numpy and pygments are in homebrew,
67
# but "cython is keg-only, which means it was not symlinked into /usr/local"
68
# numpy pulls gcc as dep? and pygments doesn't work.
69
- 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
70
- name: Configure
71
run: |
72
CLANG_PATH="$HOME/clang-15.0.0/bin/clang++"
0 commit comments