diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index de881f1..f7cae66 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -59,7 +59,7 @@ jobs: # name: python-coverage-comment-action docs: - needs: [linter, pre-commit] + needs: [pre-commit, pytest] runs-on: ubuntu-latest steps: - uses: actions/checkout@v3