Skip to content

Commit

Permalink
pre-cache containers to hopefully fix reference tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
svandenhaute committed Dec 20, 2024
1 parent 9a34cde commit 0326edd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/run_pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
python=3.10
ndcctools==7.11.1
py-plumed
simple-dftd3
dftd3-python
pip
-c conda-forge
init-shell: bash
Expand All @@ -35,5 +37,7 @@ jobs:
cd ${{ runner.temp }} && git clone https://github.com/molmod/psiflow
cd psiflow
export WANDB_API_KEY=${{ secrets.WANDB_API_KEY }}
pytest --skip-gpu --psiflow-config=.github/threadpool.yaml
apptainer exec oras://ghcr.io/molmod/cp2k:2024.1 ls
apptainer exec oras://ghcr.io/molmod/gpaw:24.1 ls
pytest --skip-gpu --psiflow-config=.github/threadpool.yaml tests/test_reference.py
shell: micromamba-shell {0}

0 comments on commit 0326edd

Please sign in to comment.