diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1600d77..a037338 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: - name: Install dependencies run: | - uv pip install -e ".[dev]" + uv pip install -e "requirements-dev.txt" uv pip install ruff pytest - name: Lint with ruff