Skip to content

Commit dd24b81

Browse files
committed
comments actually do hurt
1 parent f2a1705 commit dd24b81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
# directory as the Homebrew Python, which causes the build to fail for macos-13. This line removes
9494
# the symlink to the pre-installed Python so that the Homebrew Python is used instead.
9595
- name: macOS
96-
# also see: rosetta https://github.com/numpy/numpy/pull/29756/files
96+
# also see: rosetta https://github.com/numpy/numpy/pull/29756/files
9797
if: runner.os == 'macOS'
9898
run: |
9999
arch -x86_64 /bin/bash -c '

0 commit comments

Comments
 (0)