error: unexpected argument '--system' found
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
run: curl -LsSf https://astral.sh/uv/install.sh | sh
|
||||
|
||||
- name: Install dependencies
|
||||
run: uv sync --system
|
||||
run: uv sync
|
||||
|
||||
- name: Run script
|
||||
run: uv run python scrape.py
|
||||
|
Reference in New Issue
Block a user