Skip to content

Commit

Permalink
swap installs around
Browse files Browse the repository at this point in the history
  • Loading branch information
IAlibay committed Sep 7, 2024
1 parent 1c17cb5 commit 7566d56
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gh-ci-cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -264,16 +264,16 @@ jobs:
- conda-forge
- bioconda
- name: install_mdanalysis
run: |
micromamba install mdanalysis mdanalysistests
- name: install_deps
uses: ./.github/actions/setup-deps
with:
micromamba: true
full-deps: true

- name: install_mdanalysis
run: |
micromamba install mdanalysis mdanalysistests
- name: run_tests
run: |
pytest --timeout=200 -n auto --pyargs MDAnalysisTests
Expand Down

0 comments on commit 7566d56

Please sign in to comment.