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 7cc3c74 commit e75b4a8Copy full SHA for e75b4a8
1 file changed
.github/workflows/conda_build.yml
@@ -25,18 +25,20 @@ jobs:
25
- name: Setup Conda
26
uses: conda-incubator/setup-miniconda@v3
27
with:
28
- auto-update-conda: false
29
- conda-solver: libmamba
+ miniforge-variant: Miniforge3
+ miniforge-version: latest
30
+ use-mamba: true
31
condarc-file: condarc.yml
32
+ auto-update-conda: false
33
auto-activate-base: true
34
activate-environment: ""
35
36
- name: Install Build Tools
- run: conda install python anaconda-client conda-build
37
+ run: mamba install python anaconda-client conda-build
38
- name: Configure Auto-Upload
39
if: github.ref == 'refs/heads/stable'
40
run: |
- conda config --set anaconda_upload yes
41
+ mamba config --set anaconda_upload yes
42
- name: Build Binary
43
44
# Set the CONDA_TOKEN environment variable
0 commit comments