diff --git a/.github/workflows/run_pytest.yaml b/.github/workflows/run_pytest.yaml index 95b50db..ba4c712 100644 --- a/.github/workflows/run_pytest.yaml +++ b/.github/workflows/run_pytest.yaml @@ -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}