Skip to content

Commit

Permalink
use frozen file
Browse files Browse the repository at this point in the history
  • Loading branch information
glemaitre committed Apr 15, 2024
1 parent 67f3b4f commit 45ff62f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ jobs:
with:
pixi-version: v0.19.1
environments: ${{ matrix.environment }}
frozen: true
- name: Run tests
run: pixi run -e ${{ matrix.environment }} test
4 changes: 2 additions & 2 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ pytorch = { version = "2.2.1", channel = "pytorch" }
torchvision = { version = "*", channel = "pytorch" }
sentence-transformers = "2.6.0"

# [feature.mps.pypi-dependencies]
[feature.mps.pypi-dependencies]
# the latest version requires xcode 15.2
# xcode 15.3 that is the latest release is buggy
# llama-cpp-python = "*"
lama-cpp-python = "*"

# CPU-specfic configuration
[feature.cpu]
Expand Down

0 comments on commit 45ff62f

Please sign in to comment.