There was an error while loading. Please reload this page.
1 parent 3b69e01 commit 13797b3Copy full SHA for 13797b3
.github/workflows/unittests-old.yml
@@ -27,7 +27,7 @@ jobs:
27
timeout-minutes: 5
28
run: |
29
pip install versioneer[toml]==0.29
30
- conda create -y -n py312 python=3.12.1
+ conda create -y -n py312 python=3.12.1 pympipool
31
pip install . --no-deps --no-build-isolation
32
cd tests
33
python -m unittest discover .
0 commit comments