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 7b0a4f8 commit d1d7c74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install uv
pip uninstall anyio
uv pip uninstall --system torch torchvision xformers triton imaginairy
uv pip sync --system requirements-dev.txt
pip install -e .
Expand Down

0 comments on commit d1d7c74

Please sign in to comment.