Skip to content

Commit

Permalink
Fix Github action
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-schlipf committed Dec 20, 2024
1 parent 7426d7b commit 3412448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
shell: bash -el {0}
run: |
conda info
conda install -q -c conda-forge mdtraj<1.10.2
conda install -q -c conda-forge "mdtraj<1.10.2"
- name: Test with pytest
shell: bash -el {0}
run: |
Expand Down

0 comments on commit 3412448

Please sign in to comment.