Skip to content

Commit c738256

Browse files
committed
DROP: Add NEXTSTRAIN_CONDA_MICROMAMBA_VERSION: 2.1.0 to CI
Testing nextstrain/cli#430
1 parent f3a599b commit c738256

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yaml

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

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

0 commit comments

Comments
 (0)