From db4947671e8d1f1fd35084cdb8cc99a5bf851d80 Mon Sep 17 00:00:00 2001 From: Abdulkaiz Khatri <24286590+ful1e5@users.noreply.github.com> Date: Thu, 31 Aug 2023 11:36:43 +0530 Subject: [PATCH] ci: Fixed `build` depends parameter typo --- .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 6510140..0e51814 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,7 +54,7 @@ jobs: continue-on-error: false build: - needs: test + needs: pytest runs-on: ubuntu-latest steps: - uses: actions/checkout@v3