Skip to content

Commit

Permalink
explicitly install mdanalysis during GROMACS installation
Browse files Browse the repository at this point in the history
- close #252
  • Loading branch information
orbeckst committed Jun 29, 2023
1 parent 68113ac commit 83e69bc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,10 @@ jobs:
run: |
python -m pip install pybol
- name: Install GROMACS (${{ matrix.gromacs-version }})
# include mdanalysis here AGAIN to work around micromamba removing mdanalysis
# while downgrading libxml2 (see issue #252)
run: |
micromamba install 'gromacs==${{ matrix.gromacs-version }}' pocl
micromamba install 'gromacs==${{ matrix.gromacs-version }}' pocl mdanalysis
- name: Install package (with no dependencies)
run: |
Expand Down

0 comments on commit 83e69bc

Please sign in to comment.