Skip to content

Commit 73bc163

Browse files
authored
Remove continue-on-error.
1 parent d5eeab1 commit 73bc163

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,10 @@ env:
1111
jobs:
1212
test:
1313
runs-on: ubuntu-latest
14-
continue-on-error: ${{ matrix.experimental }}
1514
strategy:
1615
fail-fast: false
1716
matrix:
18-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
19-
experimental: [false]
20-
include:
21-
- python-version: "3.14"
22-
experimental: true
17+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
2318

2419
steps:
2520
- uses: actions/checkout@v4
@@ -36,7 +31,6 @@ jobs:
3631
uses: hynek/setup-cached-uv@v2
3732

3833
- name: Tox tests
39-
continue-on-error: ${{ matrix.experimental }}
4034
run: |
4135
uvx --with tox-uv tox -e py
4236

0 commit comments

Comments
 (0)