Skip to content

Commit df44c6e

Browse files
committed
fix install uv
1 parent dfe09bb commit df44c6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/freeze.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616

1717
set -exo pipefail
1818

19-
# Make sure uv is installed: curl -LsSf https://astral.sh/uv/install.sh | sh
19+
sudo python3 -m pip install uv
2020
uv pip compile requirements.txt --python-version 3.11 -o requirements.lock

0 commit comments

Comments
 (0)