Skip to content

Commit

Permalink
Update unittests-old.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen authored Jun 25, 2024
1 parent 3b69e01 commit 13797b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittests-old.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
timeout-minutes: 5
run: |
pip install versioneer[toml]==0.29
conda create -y -n py312 python=3.12.1
conda create -y -n py312 python=3.12.1 pympipool
pip install . --no-deps --no-build-isolation
cd tests
python -m unittest discover .
Expand Down

0 comments on commit 13797b3

Please sign in to comment.