We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 013b54a commit d96bc62Copy full SHA for d96bc62
.github/workflows/mdanalysis-compatibility.yaml
@@ -29,12 +29,7 @@ jobs:
29
run: |
30
pip install --upgrade pip
31
pip install -e .[testing]
32
-
33
- if [ "${{ matrix.mdanalysis-version }}" = "latest" ]; then
34
- pip install MDAnalysis
35
- else
36
- pip install "MDAnalysis==${{ matrix.mdanalysis-version }}"
37
- fi
+ pip install "MDAnalysis==${{ matrix.mdanalysis-version }}"
38
39
- name: Run compatibility tests
40
run: pytest --cov CodeEntropy --cov-report=term-missing --cov-append
0 commit comments