Skip to content

Commit 3cf1bad

Browse files
committed
re-add dev dependencies in CI
1 parent 0a7ff04 commit 3cf1bad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run_pytest.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
pip install git+https://github.com/mir-group/allegro --no-deps
4343
pip install git+https://github.com/svandenhaute/openmm-ml.git@triclinic
4444
pip install pyscf
45-
pip install 'psiflow[parsl] @ git+https://github.com/molmod/psiflow.git'
45+
pip install 'psiflow[dev,parsl] @ git+https://github.com/molmod/psiflow.git'
4646
cd ${{ runner.temp }} && git clone https://github.com/molmod/psiflow
4747
cd psiflow
4848
which cp2k.psmp
@@ -85,7 +85,7 @@ jobs:
8585
pip install git+https://github.com/mir-group/allegro --no-deps
8686
pip install git+https://github.com/svandenhaute/openmm-ml.git@triclinic
8787
pip install pyscf
88-
pip install 'psiflow[parsl] @ git+https://github.com/molmod/psiflow.git'
88+
pip install 'psiflow[dev,parsl] @ git+https://github.com/molmod/psiflow.git'
8989
cd ${{ runner.temp }} && git clone https://github.com/molmod/psiflow
9090
cd psiflow
9191
which cp2k.psmp

0 commit comments

Comments
 (0)