Skip to content

Commit

Permalink
Merge pull request #50 from mattip/nanobind-revert
Browse files Browse the repository at this point in the history
Nanobind revert
  • Loading branch information
mattip authored Apr 21, 2024
2 parents ec54491 + 6c1344e commit 7bd9eb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nanobind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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-nightly', 'pypy3.10-nightly']

name: "Python ${{ matrix.python }} / ${{ matrix.os }}"
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/numpy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python_version: [pypy-3.9-nightly, pypy-3.10-nightly]
python_version: [pypy-3.10-nightly]

timeout-minutes: 120

Expand Down

0 comments on commit 7bd9eb9

Please sign in to comment.