diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5c6e40f..483951e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,9 +31,9 @@ jobs: run: uv sync --all-extras --dev - name: Install dependencies - run: | - uv pip install -e ".[test]" # Note the added test extra - uv pip install pytest pytest-cov pytest-mock + run: | + uv pip install -e ".[test]" # Note the added test extra + uv pip install pytest pytest-cov pytest-mock - name: Unit tests env: