Skip to content

Commit 13797b3

Browse files
authored
Update unittests-old.yml
1 parent 3b69e01 commit 13797b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unittests-old.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
timeout-minutes: 5
2828
run: |
2929
pip install versioneer[toml]==0.29
30-
conda create -y -n py312 python=3.12.1
30+
conda create -y -n py312 python=3.12.1 pympipool
3131
pip install . --no-deps --no-build-isolation
3232
cd tests
3333
python -m unittest discover .

0 commit comments

Comments
 (0)