Skip to content

Commit

Permalink
flatten dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Sep 11, 2023
1 parent c66d882 commit 4df9bd4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
- run: ruff .
test:
name: test (${{ matrix.os }}, Python ${{ matrix.python }})
needs: [ style ]
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand All @@ -51,7 +50,6 @@ jobs:
- run: pytest -n auto
test_with_coverage:
name: run tests with coverage
needs: [ test ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 4df9bd4

Please sign in to comment.