We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e26c0d commit ab87cb1Copy full SHA for ab87cb1
justfile
@@ -32,7 +32,7 @@ develop:
32
# Set up python environment.
33
setup:
34
@echo "🔧 Setting up python environment"
35
- UV_CONCURRENT_BUILDS=1 uv sync --all-extras --group dev
+ #UV_CONCURRENT_BUILDS=1 uv sync --all-extras --group dev
36
#uv run pre-commit install
37
38
0 commit comments