From d4cc067209ab315b1aab0d02916a77d76f2ba5dd Mon Sep 17 00:00:00 2001 From: Sander Vandenhaute Date: Fri, 20 Dec 2024 17:03:49 +0100 Subject: [PATCH] re-enable other tests now that apptainer is again functional in CI --- .github/workflows/run_pytest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run_pytest.yaml b/.github/workflows/run_pytest.yaml index bcacd6c..06409c8 100644 --- a/.github/workflows/run_pytest.yaml +++ b/.github/workflows/run_pytest.yaml @@ -39,5 +39,5 @@ jobs: export WANDB_API_KEY=${{ secrets.WANDB_API_KEY }} 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 + pytest --skip-gpu --psiflow-config=.github/threadpool.yaml shell: micromamba-shell {0}