We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a34cde commit 0326eddCopy full SHA for 0326edd
.github/workflows/run_pytest.yaml
@@ -21,6 +21,8 @@ jobs:
21
python=3.10
22
ndcctools==7.11.1
23
py-plumed
24
+ simple-dftd3
25
+ dftd3-python
26
pip
27
-c conda-forge
28
init-shell: bash
@@ -35,5 +37,7 @@ jobs:
35
37
cd ${{ runner.temp }} && git clone https://github.com/molmod/psiflow
36
38
cd psiflow
39
export WANDB_API_KEY=${{ secrets.WANDB_API_KEY }}
- pytest --skip-gpu --psiflow-config=.github/threadpool.yaml
40
+ apptainer exec oras://ghcr.io/molmod/cp2k:2024.1 ls
41
+ apptainer exec oras://ghcr.io/molmod/gpaw:24.1 ls
42
+ pytest --skip-gpu --psiflow-config=.github/threadpool.yaml tests/test_reference.py
43
shell: micromamba-shell {0}
0 commit comments