diff --git a/.github/workflows/publish-to-test-pypi.yml b/.github/workflows/publish-to-test-pypi.yml index 54f535d..23bae4a 100644 --- a/.github/workflows/publish-to-test-pypi.yml +++ b/.github/workflows/publish-to-test-pypi.yml @@ -36,7 +36,7 @@ jobs: - name: Run tests run: | python3 -m pip install numpy pytest - python3 -m pytest + OPENBLAS_NUM_THREADS=1 python3 -m pytest bump_version_and_tag: if: "github.event_name == 'push' && github.ref == 'refs/heads/main' && !startsWith(github.event.head_commit.message, 'bump:')"