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 f2a1705 commit dd24b81Copy full SHA for dd24b81
.github/workflows/jit.yml
@@ -93,7 +93,7 @@ jobs:
93
# directory as the Homebrew Python, which causes the build to fail for macos-13. This line removes
94
# the symlink to the pre-installed Python so that the Homebrew Python is used instead.
95
- name: macOS
96
- # also see: rosetta https://github.com/numpy/numpy/pull/29756/files
+ # 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 '
0 commit comments