Skip to content

Commit d0752bf

Browse files
committed
Rename the environment to TGW
1 parent f3b9d00 commit d0752bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-wheels-oobabooga.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
- name: Setup Mamba
109109
uses: conda-incubator/setup-miniconda@v3.1.0
110110
with:
111-
activate-environment: "build"
111+
activate-environment: "TGW"
112112
python-version: ${{ matrix.pyver }}
113113
miniforge-version: latest
114114
add-pip-as-python-dependency: true

.github/workflows/build-wheels-tensorcores.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
- name: Setup Mamba
109109
uses: conda-incubator/setup-miniconda@v3.1.0
110110
with:
111-
activate-environment: "build"
111+
activate-environment: "TGW"
112112
python-version: ${{ matrix.pyver }}
113113
miniforge-version: latest
114114
add-pip-as-python-dependency: true

0 commit comments

Comments
 (0)