Skip to content

Commit

Permalink
remove needs: code from test_comprehensive (napari#3841)
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 authored Dec 17, 2021
1 parent 573e764 commit 2f8db85
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test_comprehensive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:

manifest:
name: Check Manifest
needs: code
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -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:
Expand Down

0 comments on commit 2f8db85

Please sign in to comment.