Skip to content

Commit

Permalink
set cp2k data path to share folder in micromamba env
Browse files Browse the repository at this point in the history
  • Loading branch information
svandenhaute committed Feb 8, 2024
1 parent 3cf1bad commit 56dc72a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run_pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
cd psiflow
which cp2k.psmp
export WANDB_API_KEY=${{ secrets.WANDB_API_KEY }}
export CP2K_DATA_DIR=ls $(dirname $(which python))/../share/cp2k/data
pytest --skip-gpu --psiflow-config=.github/threadpool.yaml
shell: micromamba-shell {0}
test-py311:
Expand Down Expand Up @@ -90,5 +91,6 @@ jobs:
cd psiflow
which cp2k.psmp
export WANDB_API_KEY=${{ secrets.WANDB_API_KEY }}
export CP2K_DATA_DIR=ls $(dirname $(which python))/../share/cp2k/data
pytest --skip-gpu --psiflow-config=.github/threadpool.yaml
shell: micromamba-shell {0}

0 comments on commit 56dc72a

Please sign in to comment.