There was an error while loading. Please reload this page.
1 parent 5808feb commit 98fc868Copy full SHA for 98fc868
1 file changed
.github/workflows/build-py310-cpu.yml
@@ -34,9 +34,9 @@ jobs:
34
uses: conda-incubator/setup-miniconda@v3
35
with:
36
activate-environment: ${{ env.W_ENV_NAME }}
37
- miniforge-variant: Mambaforge
38
miniforge-version: latest
39
- use-mamba: true
+ channels: conda-forge
+ conda-remove-defaults: true
40
#
41
- name: Collect information
42
id: collect-info
@@ -95,7 +95,7 @@ jobs:
95
96
- name: Conda install packages
97
run: |
98
- mamba env update -q -n ${{ env.W_ENV_NAME }} -f ${{ env.W_REQ_CONDA }}
+ conda env update -q -n ${{ env.W_ENV_NAME }} -f ${{ env.W_REQ_CONDA }}
99
if: steps.cache-conda-restore.outputs.cache-matched-key == ''
100
id: conda-install
101
0 commit comments