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.
1 parent 8e8f17c commit f2a1705Copy full SHA for f2a1705
.github/workflows/jit.yml
@@ -96,7 +96,7 @@ jobs:
96
# also see: rosetta https://github.com/numpy/numpy/pull/29756/files
97
if: runner.os == 'macOS'
98
run: |
99
- arch -x86_64 /bin/bash -c '
+ arch -x86_64 /bin/bash -c '
100
brew update
101
find /usr/local/bin -lname '*/Library/Frameworks/Python.framework/*' -delete
102
brew install llvm@${{ matrix.llvm }}
0 commit comments