diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 64fc3d884..8c03a4718 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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