Skip to content

Commit

Permalink
Merge pull request #14 from Innoptech/fix-windows-ci
Browse files Browse the repository at this point in the history
Fix windows ci
  • Loading branch information
jeanchristopheruel authored Aug 15, 2024
2 parents c54297d + 9e89f21 commit 9559608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:')"
Expand Down

0 comments on commit 9559608

Please sign in to comment.