Skip to content

Commit 14879c7

Browse files
authoredJan 29, 2025··
fix(ci): Fix the CUDA workflow (#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/setup-miniconda@v3.1.0
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)
Please sign in to comment.