Skip to content

Commit 480ec0b

Browse files
committed
DROP: Add NEXTSTRAIN_CONDA_MICROMAMBA_VERSION: 2.1.0 to CI
This is needed for the CI workflow to complete successfully until nextstrain/cli#430 is merged and released.
1 parent 38967ac commit 480ec0b

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
@@ -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)