We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf24500 commit 43e3eb1Copy full SHA for 43e3eb1
.github/workflows/conda-package.yml
@@ -86,10 +86,10 @@ jobs:
86
fetch-depth: 0
87
- uses: conda-incubator/setup-miniconda@v3
88
with:
89
- auto-activate-base: true
90
miniforge-version: latest
91
conda-build-version: "*"
92
activate-environment: true
+ channels: conda-forge
93
python-version: ${{ matrix.python }}
94
95
- name: Cache conda packages
0 commit comments