From 7566d566215bba0f4ae2a3a00d23c83044658cf1 Mon Sep 17 00:00:00 2001 From: Irfan Alibay Date: Sat, 7 Sep 2024 15:46:39 +0100 Subject: [PATCH] swap installs around --- .github/workflows/gh-ci-cron.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/gh-ci-cron.yaml b/.github/workflows/gh-ci-cron.yaml index ade7cf0b4d..7d2ecc6f6a 100644 --- a/.github/workflows/gh-ci-cron.yaml +++ b/.github/workflows/gh-ci-cron.yaml @@ -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