exclude dev group from being synced automatically
This commit is contained in:
@@ -4,7 +4,7 @@ if (Test-Path .venv) {
|
||||
.\.venv\Scripts\Activate.ps1
|
||||
} else {
|
||||
# Run uv sync if .venv does not exist
|
||||
uv sync
|
||||
uv sync --no-dev
|
||||
.\.venv\Scripts\Activate.ps1
|
||||
}
|
||||
|
||||
@@ -13,7 +13,7 @@ git pull
|
||||
|
||||
# Run uv sync if .venv exists (already activated)
|
||||
if (Test-Path .venv) {
|
||||
uv sync
|
||||
uv sync --no-dev
|
||||
}
|
||||
|
||||
# Start main.py
|
||||
|
||||
Reference in New Issue
Block a user