We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cf1bad commit 56dc72aCopy full SHA for 56dc72a
.github/workflows/run_pytest.yaml
@@ -47,6 +47,7 @@ jobs:
47
cd psiflow
48
which cp2k.psmp
49
export WANDB_API_KEY=${{ secrets.WANDB_API_KEY }}
50
+ export CP2K_DATA_DIR=ls $(dirname $(which python))/../share/cp2k/data
51
pytest --skip-gpu --psiflow-config=.github/threadpool.yaml
52
shell: micromamba-shell {0}
53
test-py311:
@@ -90,5 +91,6 @@ jobs:
90
91
92
93
94
95
96
0 commit comments