Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Apr 23, 2024
1 parent 20d31fb commit 11a1706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
# NOTE: The files in test/ are NOT unittests or pytests.
# On macOS ARM64 the following tests will pass but each takes 8 minutes to run.
# On macOS X64 all tests will pass quickly.
- if: runner.os == 'macOS' # && runner.arch == 'X64'
- if: runner.os == 'macOS' && runner.arch == 'X64'
run: |
python test/test1.py
python test/test2.py
Expand Down

0 comments on commit 11a1706

Please sign in to comment.