Skip to content

Commit

Permalink
install mda using conda in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ljwoods2 committed Mar 14, 2024
1 parent d9b2638 commit 927cef9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ jobs:
with:
version: ${{ matrix.mdanalysis-version }}
install-tests: true
installer: pip
shell: bash -l {0}
installer: conda
shell: bash -l {0}

- name: Install package
run: |
Expand Down

0 comments on commit 927cef9

Please sign in to comment.