We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a719c7 commit 16d66a2Copy full SHA for 16d66a2
.github/workflows/conda-build.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Setup Micromamba
26
uses: mamba-org/setup-micromamba@v1
27
with:
28
- environment-file: ci/environment.yml
+ environment-file: ${{ matrix.os == 'macos-latest' && 'ci/environment-macos.yml' || 'ci/environment.yml' }}
29
cache-environment: true
30
create-args: >-
31
python=${{ matrix.python-version }}
.github/workflows/conda-test.yml
0 commit comments