diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index 88ef73a7..6cb35a0a 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -34,14 +34,12 @@ jobs: channels: - conda-forge - bioconda + subdirs: + - osx-64 init-shell: bash cache-environment: true cache-downloads: true post-cleanup: 'all' - - name: Config for MacOS - if: ${{ matrix.os == 'macos-latest' }} - run: micromamba config --add subdirs osx-64 - shell: bash -l {0} - name: Install PyTest run: micromamba install pytest shell: bash -l {0}