Skip to content

Commit

Permalink
Deactivate mamba
Browse files Browse the repository at this point in the history
  • Loading branch information
turboderp committed Dec 30, 2024
1 parent c8075ca commit 7c08c6d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-wheels-release-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,9 +258,9 @@ jobs:
with:
activate-environment: "exllama"
python-version: ${{ matrix.pyver }}
miniforge-variant: Mambaforge
# miniforge-variant: Mambaforge
miniforge-version: latest
use-mamba: true
# use-mamba: true
add-pip-as-python-dependency: true
auto-activate-base: false

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-wheels-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,9 +258,9 @@ jobs:
with:
activate-environment: "exllama"
python-version: ${{ matrix.pyver }}
miniforge-variant: Mambaforge
# miniforge-variant: Mambaforge
miniforge-version: latest
use-mamba: true
# use-mamba: true
add-pip-as-python-dependency: true
auto-activate-base: false

Expand Down

0 comments on commit 7c08c6d

Please sign in to comment.