From ac9afe0b10ba4fb166c58498e52dad3b57be1cc3 Mon Sep 17 00:00:00 2001 From: Dr Griffith Rees Date: Wed, 29 Nov 2023 06:31:14 +0000 Subject: [PATCH] fix(ci): circular `GitHubActions` --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd91d72..dbc2636 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,7 +89,7 @@ jobs: deploy: name: MkDocs deploy runs-on: ubuntu-latest - needs: [test, coverage] + needs: [coverage] steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v4