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 6260393 commit 0a72b93Copy full SHA for 0a72b93
.github/workflows/conda-package.yml
@@ -86,9 +86,10 @@ jobs:
86
fetch-depth: 0
87
- uses: conda-incubator/setup-miniconda@v3
88
with:
89
- auto-activate-base: true
90
- conda-build-version: "*"
91
- activate-environment: true
+ miniforge-variant: Miniforge3
+ miniforge-version: latest
+ activate-environment: build
92
+ channels: conda-forge,nodefaults
93
python-version: ${{ matrix.python }}
94
95
- name: Cache conda packages
@@ -735,7 +736,7 @@ jobs:
735
736
737
run-post: false
738
channel-priority: "disabled"
- channels: conda-forge
739
740
python-version: '3.11'
741
742
- name: Install anaconda-client
0 commit comments