Skip to content

Commit

Permalink
use runner tempdir
Browse files Browse the repository at this point in the history
  • Loading branch information
svandenhaute committed Oct 24, 2023
1 parent 1d0be35 commit b73d29e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ jobs:
pip install git+https://github.com/mir-group/allegro --no-deps
pip install git+https://github.com/svandenhaute/openmm-ml.git@triclinic
pip install 'psiflow[test] @ git+https://github.com/molmod/psiflow.git'
pytest --skip-gpu --psiflow-config=.github/workflows/threadpool.py --base-temp=${{ runner.temp }}
pytest --skip-gpu --psiflow-config=.github/workflows/threadpool.py --basetemp=${{ runner.temp }}
shell: micromamba-shell {0}

0 comments on commit b73d29e

Please sign in to comment.