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