From e4d0be05b62e771511a39fa19bcbfdd5c30a1eba Mon Sep 17 00:00:00 2001 From: Annie Li Date: Tue, 23 Aug 2022 08:42:50 -0700 Subject: [PATCH] Remove needs test from coveralls step --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0fcac17fe..3835d2ea1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -113,7 +113,6 @@ jobs: coveralls: name: Coveralls - needs: test runs-on: ubuntu-latest steps: - uses: actions/checkout@v2