Skip to content

Commit 98fc868

Browse files
committed
fix outdated github workflow
1 parent 5808feb commit 98fc868

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-py310-cpu.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ jobs:
3434
uses: conda-incubator/setup-miniconda@v3
3535
with:
3636
activate-environment: ${{ env.W_ENV_NAME }}
37-
miniforge-variant: Mambaforge
3837
miniforge-version: latest
39-
use-mamba: true
38+
channels: conda-forge
39+
conda-remove-defaults: true
4040
#
4141
- name: Collect information
4242
id: collect-info
@@ -95,7 +95,7 @@ jobs:
9595
#
9696
- name: Conda install packages
9797
run: |
98-
mamba env update -q -n ${{ env.W_ENV_NAME }} -f ${{ env.W_REQ_CONDA }}
98+
conda env update -q -n ${{ env.W_ENV_NAME }} -f ${{ env.W_REQ_CONDA }}
9999
if: steps.cache-conda-restore.outputs.cache-matched-key == ''
100100
id: conda-install
101101
#

0 commit comments

Comments
 (0)