We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5772597 commit 898fc52Copy full SHA for 898fc52
2 files changed
.github/workflows/conda-package-cf.yml
@@ -104,8 +104,7 @@ jobs:
104
- uses: conda-incubator/setup-miniconda@fc2d68f6413eb2d87b895e92f8584b5b94a10167 # v3.3.0
105
with:
106
miniforge-version: latest
107
- auto-activate: true
108
- activate-environment: base
+ activate-environment: build
109
channels: conda-forge
110
python-version: ${{ matrix.python }}
111
.github/workflows/conda-package.yml
0 commit comments