Skip to content

Commit 5d2f6b9

Browse files
authored
Merge pull request #1791 from Anselmoo/feature/devcontainer
chore: ♻️ update setup script to install UV via curl instead of pip
2 parents f0023c8 + d35726a commit 5d2f6b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/setup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
python -m pip install --upgrade pip
2-
python -m pip install uv
2+
curl -LsSf https://astral.sh/uv/install.sh | sh
33
uv venv --python 3.10
44
uv sync --all-extras --all-groups

0 commit comments

Comments
 (0)