Skip to content

Commit

Permalink
try lowering Numba optimisation level (not to timeout on Windows)
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo committed Jan 2, 2024
1 parent 4002f42 commit 433baee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests+pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,9 @@ jobs:
- if: startsWith(matrix.platform, 'ubuntu-')
run: echo NUMBA_THREADING_LAYER=omp >> $GITHUB_ENV

- run: |
- env:
NUMBA_OPT: 1
run: |
pytest --durations=10 -p no:unraisableexception -We tests/unit_tests
pytest --durations=10 -p no:unraisableexception -We -k "not test_timing_3d" tests/smoke_tests
pytest --durations=10 -p no:unraisableexception -We -k "test_timing_3d" tests/smoke_tests
Expand Down

0 comments on commit 433baee

Please sign in to comment.