Skip to content

Commit

Permalink
ci: use uv on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
brycedrennan committed Mar 6, 2024
1 parent 6fcfb2e commit fe5f107
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
cache-dependency-path: requirements-dev.txt
- name: Install dependencies
run: |
python -m pip install uv -y
python -m pip install uv
uv pip uninstall torch torchvision xformers triton imaginairy -y
uv pip sync requirements-dev.txt
uv pip install -e .
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
cache-dependency-path: requirements-dev.txt
- name: Install dependencies
run: |
python -m pip install uv -y
python -m pip install uv
uv pip sync requirements-dev.txt
uv pip install -e .
- name: Test with pytest
Expand Down

0 comments on commit fe5f107

Please sign in to comment.