Skip to content

Commit 14879c7

Browse files
authored
fix(ci): Fix the CUDA workflow (abetlen#1894)
1 parent 0b89fe4 commit 14879c7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: .github/workflows/build-wheels-cuda.yaml

+1-3
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,9 @@ jobs:
6161
- name: Setup Mamba
6262
uses: conda-incubator/[email protected]
6363
with:
64-
activate-environment: "build"
64+
activate-environment: "llamacpp"
6565
python-version: ${{ matrix.pyver }}
66-
miniforge-variant: Mambaforge
6766
miniforge-version: latest
68-
use-mamba: true
6967
add-pip-as-python-dependency: true
7068
auto-activate-base: false
7169

0 commit comments

Comments
 (0)