There was an error while loading. Please reload this page.
1 parent 0d8c3ba commit 3b69e01Copy full SHA for 3b69e01
.github/workflows/unittest-win.yml
@@ -32,7 +32,7 @@ jobs:
32
timeout-minutes: 5
33
run: |
34
pip install versioneer[toml]==0.29
35
- conda create -y -n py312 python=3.12.1
+ conda create -y -n py312 python=3.12.1 pympipool
36
pip install . --no-deps --no-build-isolation
37
cd tests
38
python -m unittest discover .
0 commit comments