Skip to content

Commit

Permalink
Remove whitespace in .github/workflows/jit.yml to trigger the JIT tes…
Browse files Browse the repository at this point in the history
…ts :)

Signed-off-by: Filipe Laíns <[email protected]>
  • Loading branch information
FFY00 committed Nov 29, 2024
1 parent 8166e9a commit d10a369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
# The `find` line is required as a result of https://github.com/actions/runner-images/issues/9966.
# This is a bug in the macOS runner image where the pre-installed Python is installed in the same
# directory as the Homebrew Python, which causes the build to fail for macos-13. This line removes
# directory as the Homebrew Python, which causes the build to fail for macos-13. This line removes
# the symlink to the pre-installed Python so that the Homebrew Python is used instead.
- name: Native macOS
if: runner.os == 'macOS'
Expand Down

0 comments on commit d10a369

Please sign in to comment.