Skip to content

Commit

Permalink
FIX: adapt 'big' test when OMP is enabled
Browse files Browse the repository at this point in the history
Why we need to set OMP_NUM_THREADS to 1 to make "big" work is
currently unknown.
  • Loading branch information
jcrivenaes committed Nov 6, 2024
1 parent a4f1e56 commit a609c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
uses: "./.github/actions/setup_testdata"

- name: Run just tests marked big
run: XTG_BIGTEST=1 pytest -n 4 tests --disable-warnings -m bigtest --generate-plots
run: OMP_NUM_THREADS=1 XTG_BIGTEST=1 pytest -n 4 tests --disable-warnings -m bigtest --generate-plots

codecov:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a609c2e

Please sign in to comment.