Skip to content

Commit 31af60a

Browse files
committed
Update workflow
1 parent 0d27920 commit 31af60a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

+1-3
Original file line numberDiff line numberDiff line change
@@ -131,13 +131,11 @@ jobs:
131131

132132
- name: Setup Mamba
133133
if: matrix.cuda != ''
134-
uses: conda-incubator/setup-miniconda@v2.3.0
134+
uses: conda-incubator/setup-miniconda@v3.1.0
135135
with:
136136
activate-environment: "exllama"
137137
python-version: ${{ matrix.pyver }}
138-
miniforge-variant: Mambaforge
139138
miniforge-version: latest
140-
use-mamba: true
141139
add-pip-as-python-dependency: true
142140
auto-activate-base: false
143141

0 commit comments

Comments
 (0)