diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e32a07..cfe0754 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: venv-${{ runner.os }}- - name: Create virtual environment - run: uv venv + run: uv venv --allow-existing - name: Install dependencies run: uv pip install -e ".[dev]"