We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be34a42 commit 3935e56Copy full SHA for 3935e56
.github/workflows/conda_release.yml
@@ -15,9 +15,7 @@ jobs:
15
steps:
16
- uses: conda-incubator/setup-miniconda@v3
17
with:
18
- mamba-version: "*"
19
channels: conda-forge, defaults
20
- channel-priority: true
21
use-only-tar-bz2: true # IMPORTANT: This needs to be set for caching to work properly!
22
auto-update-conda: true
23
auto-activate-base: true
0 commit comments