diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3445d56..6d51e1a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -29,7 +29,8 @@ jobs: run: | uv venv uv pip install -e . - uv tool install pytest pytest-cov + uv tool install pytest + uv tool install pytest-cov - name: Run tests with pytest and coverage run: |