Skip to content

Commit

Permalink
use uv pip for develop instead of just pip
Browse files Browse the repository at this point in the history
  • Loading branch information
iskandr committed Oct 4, 2024
1 parent 3b5d606 commit 868ed09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion develop.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
set -e

pip install -e .
uv pip install -e .

0 comments on commit 868ed09

Please sign in to comment.