diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a2666ba..ef6011c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: extra_args: --hook-stage manual --all-files checks: - name: Check Python ${{ matrix.python-version }} on ${{ matrix.runs-on }} + name: Check Python ${{ matrix.python-version }} runs-on: ubuntu-latest needs: [pre-commit] strategy: @@ -40,10 +40,6 @@ jobs: matrix: python-version: ["3.9", "3.10", "3.11", "3.12"] - include: - - python-version: pypy-3.10 - runs-on: ubuntu-latest - steps: - uses: actions/checkout@v4 with: