From 025252856776d864803598c510546fb36ec647b9 Mon Sep 17 00:00:00 2001 From: Matti Picus Date: Sun, 21 Apr 2024 13:22:42 +1000 Subject: [PATCH] reduce repeats for nanobind --- .github/workflows/nanobind.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}