Skip to content

Commit

Permalink
use uv instead of pip
Browse files Browse the repository at this point in the history
  • Loading branch information
MahmoudAshraf97 committed Oct 10, 2024
1 parent 878a55d commit 3fa030d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ jobs:

- name: Install dependencies
run: |
python -m pip install --upgrade pip cython
python -m pip install --upgrade pip cython uv
# This is to avoid installing cuda dependencies
python -m pip install torch torchaudio --index-url https://download.pytorch.org/whl/cpu
python -m pip install -c constraints.txt -r requirements.txt
uv pip install --system torch torchaudio --index-url https://download.pytorch.org/whl/cpu
uv pip install --system -c constraints.txt -r requirements.txt
- name: Test running a file
run: |
Expand Down

0 comments on commit 3fa030d

Please sign in to comment.