Skip to content

Commit

Permalink
startup installing uv (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm authored Dec 7, 2024
1 parent f8e5897 commit 4acab35
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .devcontainer/startup.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/bash
pipx install poetry
poetry config virtualenvs.in-project true
poetry install
curl -LsSf https://astral.sh/uv/install.sh | sh
uv sync -vv

0 comments on commit 4acab35

Please sign in to comment.