We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56dc72a commit cfd48d3Copy full SHA for cfd48d3
.github/workflows/run_pytest.yaml
@@ -47,7 +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
+ export CP2K_DATA_DIR=$(dirname $(which python))/../share/cp2k/data
51
pytest --skip-gpu --psiflow-config=.github/threadpool.yaml
52
shell: micromamba-shell {0}
53
test-py311:
@@ -91,6 +91,6 @@ jobs:
91
92
93
94
95
96
0 commit comments