From 4ee040dc665ea7319865f287c844e22789c72bbf Mon Sep 17 00:00:00 2001 From: Dr Griffith Rees Date: Fri, 14 Jun 2024 11:53:55 +0100 Subject: [PATCH] fix(ci): fix typo in `ci.yaml` --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 637919a..de881f1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -59,7 +59,7 @@ jobs: # name: python-coverage-comment-action docs: - needs: [linter, pytest] + needs: [linter, pre-commit] runs-on: ubuntu-latest steps: - uses: actions/checkout@v3