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 d1d7c74 commit fe66b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install uv
pip uninstall anyio
pip install --force-reinstall --no-deps anyio==3.7.1
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 fe66b3d

Please sign in to comment.