From 510ce454cb6650be32c5e2173bd30abb19555df6 Mon Sep 17 00:00:00 2001 From: Saransh Date: Fri, 5 Jul 2024 00:59:10 +0530 Subject: [PATCH] final ci fixes --- .github/workflows/ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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: