Skip to content

Commit

Permalink
NUMBA_OPT also for devops tests
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo committed Jan 2, 2024
1 parent 25a07f1 commit 7472dc6
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 @@ -187,7 +187,9 @@ jobs:
- if: matrix.platform == 'ubuntu-latest'
run: echo NUMBA_THREADING_LAYER=omp >> $GITHUB_ENV

- run: pytest --durations=10 -p no:unraisableexception -We tests/devops_tests/test_notebooks.py
- env:
NUMBA_OPT: 1
run: pytest --durations=10 -p no:unraisableexception -We tests/devops_tests/test_notebooks.py

devops:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7472dc6

Please sign in to comment.