Skip to content

Commit

Permalink
ci(github): fix uv install command
Browse files Browse the repository at this point in the history
  • Loading branch information
frgfm committed Mar 6, 2024
1 parent fc6fbc9 commit 68a487a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install package
run: |
python -m pip install --upgrade uv
uv pip install --system --upgrade -e "torchcam @ ."
uv pip install --system --upgrade -e .
- name: Import package
run: python -c "import torchcam; print(torchcam.__version__)"

Expand Down

0 comments on commit 68a487a

Please sign in to comment.