Skip to content

Commit 2428571

Browse files
committed
Fix the workflow
1 parent 228e9b2 commit 2428571

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build-wheels.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,11 @@ jobs:
5050
if: runner.os == 'Windows'
5151

5252
- name: Setup Mamba
53-
uses: conda-incubator/setup-miniconda@v2.2.0
53+
uses: conda-incubator/setup-miniconda@v3.1.0
5454
with:
55-
activate-environment: "build"
55+
activate-environment: "TGW"
5656
python-version: ${{ matrix.pyver }}
57-
miniforge-variant: Mambaforge
5857
miniforge-version: latest
59-
use-mamba: true
6058
add-pip-as-python-dependency: true
6159
auto-activate-base: false
6260

0 commit comments

Comments
 (0)