Skip to content

Commit

Permalink
no dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Feb 2, 2024
1 parent cc463e1 commit e39569b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
- uses: actions/checkout@v4
- run: ruff check .
test:
needs: [ style ]
name: test Python ${{ matrix.python }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
Expand All @@ -58,7 +57,6 @@ jobs:
- run: pip install ".[test]"
- run: pytest -n auto
test_with_coverage:
needs: [ style, test ]
name: test with code coverage
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit e39569b

Please sign in to comment.