Skip to content

Commit 0326edd

Browse files
committed
pre-cache containers to hopefully fix reference tests in CI
1 parent 9a34cde commit 0326edd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/run_pytest.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
python=3.10
2222
ndcctools==7.11.1
2323
py-plumed
24+
simple-dftd3
25+
dftd3-python
2426
pip
2527
-c conda-forge
2628
init-shell: bash
@@ -35,5 +37,7 @@ jobs:
3537
cd ${{ runner.temp }} && git clone https://github.com/molmod/psiflow
3638
cd psiflow
3739
export WANDB_API_KEY=${{ secrets.WANDB_API_KEY }}
38-
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
3943
shell: micromamba-shell {0}

0 commit comments

Comments
 (0)