Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0252528

Browse files
committed
reduce repeats for nanobind
1 parent ec54491 commit 0252528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nanobind.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fail-fast: false
2626
matrix:
2727
os: ['ubuntu-latest', 'ubuntu-latest', 'ubuntu-latest', 'ubuntu-latest']
28-
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']
28+
python: ['pypy3.9-v7.3.15', 'pypy3.10-v7.3.15']
2929

3030
name: "Python ${{ matrix.python }} / ${{ matrix.os }}"
3131
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)