Skip to content

Commit

Permalink
Remove continue-on-error.
Browse files Browse the repository at this point in the history
  • Loading branch information
ezio-melotti authored Jan 6, 2025
1 parent d5eeab1 commit 73bc163
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,10 @@ env:
jobs:
test:
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.experimental }}
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
experimental: [false]
include:
- python-version: "3.14"
experimental: true
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]

steps:
- uses: actions/checkout@v4
Expand All @@ -36,7 +31,6 @@ jobs:
uses: hynek/setup-cached-uv@v2

- name: Tox tests
continue-on-error: ${{ matrix.experimental }}
run: |
uvx --with tox-uv tox -e py
Expand Down

0 comments on commit 73bc163

Please sign in to comment.