Skip to content

Commit fe95a80

Browse files
committed
update install
1 parent be569f6 commit fe95a80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if ! command -v uv &> /dev/null; then
1717
fi
1818

1919
uv venv --python 3.11 --seed
20-
uv run pip install -e .
20+
uv pip install -e .
2121

2222
# If requirements.testing.txt exists, then install it
2323
if [[ -f requirements.testing.txt ]]; then

0 commit comments

Comments
 (0)