Skip to content

Commit 708c623

Browse files
committed
[ci] undo pytest change, bump ruff runner version
1 parent d5162dd commit 708c623

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/pytest.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,11 @@ on:
1313
jobs:
1414
pytest:
1515
runs-on: ${{ matrix.os }}
16-
continue-on-error: ${{ matrix.python-version == '3.14t' }}
1716
strategy:
1817
fail-fast: false
1918
matrix:
2019
os: [ubuntu-latest]
21-
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14", "3.14t"]
20+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
2221
include:
2322
- os: macos-latest
2423
python-version: "3.12"

.github/workflows/ruff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v6
13-
- uses: astral-sh/ruff-action@v3
13+
- uses: astral-sh/ruff-action@v4
1414
with:
1515
src: "./pyerrors"

0 commit comments

Comments
 (0)