diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cd952df..c2876af 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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