Skip to content

Commit

Permalink
correct the path name cv_Q
Browse files Browse the repository at this point in the history
  • Loading branch information
yihengwuKP committed Jul 9, 2024
1 parent 6708dac commit 58d9fce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ jobs:
- name: Load and run test
run: |
docker load --input /tmp/pysages.tar
docker run -t pysages bash -c "cd PySAGES/examples/openmm/cv_q && python3 ./abf.py && python3 ./check_q.py && python3 ./check_force.py"
docker run -t pysages bash -c "cd PySAGES/examples/openmm/cv_Q && python3 ./abf.py && python3 ./check_q.py && python3 ./check_force.py"
alanine-dipeptide-string:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 58d9fce

Please sign in to comment.