Skip to content

Commit 3b69e01

Browse files
authored
Update unittest-win.yml
1 parent 0d8c3ba commit 3b69e01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unittest-win.yml

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

0 commit comments

Comments
 (0)