From 49fecaa4f0543828c4b70068212085b7ba5bc973 Mon Sep 17 00:00:00 2001 From: drpatelh Date: Wed, 3 Feb 2021 12:07:39 +0000 Subject: [PATCH] Switch channel order --- .github/workflows/pytest-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest-workflow.yml b/.github/workflows/pytest-workflow.yml index affbdd94..88baef4d 100644 --- a/.github/workflows/pytest-workflow.yml +++ b/.github/workflows/pytest-workflow.yml @@ -72,7 +72,7 @@ jobs: uses: conda-incubator/setup-miniconda@v2 with: auto-update-conda: true - channels: defaults, bioconda, conda-forge + channels: conda-forge,bioconda,defaults python-version: ${{ matrix.python-version }} # Test the module