Skip to content

Commit 510ce45

Browse files
committed
final ci fixes
1 parent 46008aa commit 510ce45

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,14 @@ jobs:
3232
extra_args: --hook-stage manual --all-files
3333

3434
checks:
35-
name: Check Python ${{ matrix.python-version }} on ${{ matrix.runs-on }}
35+
name: Check Python ${{ matrix.python-version }}
3636
runs-on: ubuntu-latest
3737
needs: [pre-commit]
3838
strategy:
3939
fail-fast: false
4040
matrix:
4141
python-version: ["3.9", "3.10", "3.11", "3.12"]
4242

43-
include:
44-
- python-version: pypy-3.10
45-
runs-on: ubuntu-latest
46-
4743
steps:
4844
- uses: actions/checkout@v4
4945
with:

0 commit comments

Comments
 (0)