Skip to content

Commit 898fc52

Browse files
committed
use dedicated build envs in conda-package workflows
1 parent 5772597 commit 898fc52

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/conda-package-cf.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,7 @@ jobs:
104104
- uses: conda-incubator/setup-miniconda@fc2d68f6413eb2d87b895e92f8584b5b94a10167 # v3.3.0
105105
with:
106106
miniforge-version: latest
107-
auto-activate: true
108-
activate-environment: base
107+
activate-environment: build
109108
channels: conda-forge
110109
python-version: ${{ matrix.python }}
111110

.github/workflows/conda-package.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,7 @@ jobs:
104104
- uses: conda-incubator/setup-miniconda@fc2d68f6413eb2d87b895e92f8584b5b94a10167 # v3.3.0
105105
with:
106106
miniforge-version: latest
107-
auto-activate: true
108-
activate-environment: base
107+
activate-environment: build
109108
channels: conda-forge
110109
python-version: ${{ matrix.python }}
111110

0 commit comments

Comments
 (0)