diff --git a/.github/workflows/nanobind.yml b/.github/workflows/nanobind.yml index e0ef11d..2ad772e 100644 --- a/.github/workflows/nanobind.yml +++ b/.github/workflows/nanobind.yml @@ -25,7 +25,7 @@ jobs: fail-fast: false matrix: os: ['ubuntu-latest', 'ubuntu-latest', 'ubuntu-latest', 'ubuntu-latest'] - python: ['pypy3.9-v7.3.15', 'pypy3.10-v7.3.15', 'pypy3.9-v7.3.15', 'pypy3.10-v7.3.15', 'pypy3.9-v7.3.15', 'pypy3.10-v7.3.15', 'pypy3.9-v7.3.15', 'pypy3.10-v7.3.15'] + python: ['pypy3.9-v7.3.15', 'pypy3.10-v7.3.15'] name: "Python ${{ matrix.python }} / ${{ matrix.os }}" runs-on: ${{ matrix.os }}