Skip to content

Commit

Permalink
remove unneeded options
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Jul 4, 2023
1 parent 82aad01 commit d5339f7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
strategy:
fail-fast: false
matrix:
allow_errors: [false]
include:
- tox-env: py38
python-version: "3.8"
Expand Down Expand Up @@ -89,7 +88,6 @@ jobs:
- name: Test with tox and report coverage
run: |
python3 -m tox -e ${{ matrix.tox-env }}
continue-on-error: ${{ matrix.allow-errors }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_FLAG_NAME: run-${{ matrix.tox-env }}
Expand Down

0 comments on commit d5339f7

Please sign in to comment.