Skip to content

Commit 20a7aca

Browse files
committed
DROP: Add NEXTSTRAIN_CONDA_MICROMAMBA_VERSION: 2.1.0 to CI
Testing nextstrain/cli#430
1 parent 385f0fa commit 20a7aca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ jobs:
160160
env: |
161161
NEXTSTRAIN_CONDA_CHANNEL: nextstrain/label/${{ needs.generate-version.outputs.label }}
162162
NEXTSTRAIN_CONDA_BASE_PACKAGE: nextstrain-base ==${{ needs.generate-version.outputs.version }}
163+
NEXTSTRAIN_CONDA_MICROMAMBA_VERSION: 2.1.0
163164
artifact-name: ${{ matrix.pathogen }}-outputs
164165
continue-on-error: true
165166

@@ -195,5 +196,6 @@ jobs:
195196
env: |
196197
NEXTSTRAIN_CONDA_CHANNEL: nextstrain/label/${{ needs.generate-version.outputs.label }}
197198
NEXTSTRAIN_CONDA_BASE_PACKAGE: nextstrain-base ==${{ needs.generate-version.outputs.version }}
199+
NEXTSTRAIN_CONDA_MICROMAMBA_VERSION: 2.1.0
198200
artifact-name: ${{ matrix.pathogen }}-outputs
199201
continue-on-error: true

0 commit comments

Comments
 (0)