We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0f7837 commit 87d6e72Copy full SHA for 87d6e72
.github/workflows/conda-package.yml
@@ -258,9 +258,10 @@ jobs:
258
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
259
- uses: conda-incubator/setup-miniconda@v3
260
with:
261
+ miniforge-variant: Miniforge3
262
+ miniforge-version: latest
263
auto-update-conda: true
264
conda-build-version: '*'
- miniconda-version: 'latest'
265
activate-environment: ${{ env.TEST_ENV_NAME }}
266
python-version: ${{ matrix.python }}
267
- name: Create conda channel with the artifact bit
0 commit comments