Skip to content

Commit 87d6e72

Browse files
Use Miniforge, rather than broken Miniconda
1 parent f0f7837 commit 87d6e72

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/conda-package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,9 +258,10 @@ jobs:
258258
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
259259
- uses: conda-incubator/setup-miniconda@v3
260260
with:
261+
miniforge-variant: Miniforge3
262+
miniforge-version: latest
261263
auto-update-conda: true
262264
conda-build-version: '*'
263-
miniconda-version: 'latest'
264265
activate-environment: ${{ env.TEST_ENV_NAME }}
265266
python-version: ${{ matrix.python }}
266267
- name: Create conda channel with the artifact bit

0 commit comments

Comments
 (0)