From 2f8db85d4e70dde0985186fc86bf94e31b2e72bc Mon Sep 17 00:00:00 2001 From: Talley Lambert <talley.lambert@gmail.com> Date: Fri, 17 Dec 2021 13:02:48 -0500 Subject: [PATCH] remove `needs: code` from test_comprehensive (#3841) --- .github/workflows/test_comprehensive.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test_comprehensive.yml b/.github/workflows/test_comprehensive.yml index 6ec123c478a..d38e40d4bf9 100644 --- a/.github/workflows/test_comprehensive.yml +++ b/.github/workflows/test_comprehensive.yml @@ -15,7 +15,6 @@ jobs: manifest: name: Check Manifest - needs: code runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 @@ -31,7 +30,6 @@ jobs: run: check-manifest test: - needs: code name: ${{ matrix.platform }} py${{ matrix.python }} ${{ matrix.toxenv }} ${{ matrix.MIN_REQ && 'min_req' }} runs-on: ${{ matrix.platform }} strategy: