ci: add graalpy - #1090
Draft
henryiii wants to merge 1 commit into
Draft
Conversation
henryiii
force-pushed
the
henryiii/fix/graalpy
branch
from
June 1, 2025 05:33
e4623f0 to
4472904
Compare
henryiii
force-pushed
the
henryiii/fix/graalpy
branch
from
June 1, 2025 06:08
4472904 to
e035bae
Compare
henryiii
added a commit
that referenced
this pull request
Jun 21, 2026
Add a graalpy-25.0 row to the test matrix and the supporting plumbing:
- pull numpy from the GraalVM wheel index (uv `--only-binary=numpy`,
`--extra-index-url`, `--index-strategy=unsafe-best-match`, plus
`[tool.uv.sources]`/`[[tool.uv.index]]` for local `uv` runs)
- pin `numpy==2.2.4` for graalpy (Python 3.12) in the `test-numpy` group
and exclude graalpy from the default numpy marker
- run graalpy tests serially (no xdist) and skip coverage upload for it
- lift the job timeout to 90 min for the graalpy row only
(`timeout-minutes: ${{ matrix.timeout || 40 }}`)
Squashed rebase of #1090 onto main; reconciled with main's move from
extras to dependency-groups (`--group=dev`) and the reworked Windows
matrix rows.
Assisted-by: ClaudeCode:claude-opus-4.8
henryiii
force-pushed
the
henryiii/fix/graalpy
branch
from
June 21, 2026 03:26
e035bae to
eda4979
Compare
henryiii
added a commit
that referenced
this pull request
Jun 21, 2026
Add a graalpy-25.0 row to the test matrix and the supporting plumbing:
- a graalpy-only install step pulls numpy from the GraalVM wheel index
(`--only-binary=numpy`, `--extra-index-url`,
`--index-strategy=unsafe-best-match`); `--no-config` bypasses the
repo's `[tool.uv].exclude-newer`, which otherwise filters out the
date-less GraalVM wheels. All other jobs keep the unmodified install,
so normal pypi resolution is untouched.
- pin `numpy==2.2.4` for graalpy (Python 3.12) in the `test-numpy` group
and exclude graalpy from the default numpy marker
- run graalpy tests serially (no xdist) and skip coverage upload for it
- lift the job timeout to 90 min for the graalpy row only
(`timeout-minutes: ${{ matrix.timeout || 40 }}`)
Squashed rebase of #1090 onto main; reconciled with main's move from
extras to dependency-groups (`--group=dev`) and the reworked Windows
matrix rows.
Assisted-by: ClaudeCode:claude-opus-4.8
henryiii
force-pushed
the
henryiii/fix/graalpy
branch
from
June 21, 2026 04:21
eda4979 to
ac3c4d9
Compare
henryiii
added a commit
that referenced
this pull request
Jun 21, 2026
Add a graalpy-25.0 row to the test matrix and the supporting plumbing:
- a graalpy-only install step pulls numpy from the GraalVM wheel index
(`--only-binary=numpy`, `--extra-index-url`,
`--index-strategy=unsafe-best-match`); `--no-config` bypasses the
repo's `[tool.uv].exclude-newer`, which otherwise filters out the
date-less GraalVM wheels. All other jobs keep the unmodified install,
so normal pypi resolution is untouched.
- pin `numpy==2.2.4` for graalpy (Python 3.12) in the `test-numpy` group
and exclude graalpy from the default numpy marker
- run graalpy tests serially (no xdist) and skip coverage upload for it
- lift the job timeout to 90 min for the graalpy row only
(`timeout-minutes: ${{ matrix.timeout || 40 }}`)
Squashed rebase of #1090 onto main; reconciled with main's move from
extras to dependency-groups (`--group=dev`) and the reworked Windows
matrix rows.
Assisted-by: ClaudeCode:claude-opus-4.8
henryiii
force-pushed
the
henryiii/fix/graalpy
branch
from
June 21, 2026 18:28
ac3c4d9 to
fb09af0
Compare
Add a graalpy-25.0 row to the test matrix and the supporting plumbing:
- a graalpy-only install step pulls numpy from the GraalVM wheel index
(`--only-binary=numpy`, `--extra-index-url`,
`--index-strategy=unsafe-best-match`); `--no-config` bypasses the
repo's `[tool.uv].exclude-newer`, which otherwise filters out the
date-less GraalVM wheels. All other jobs keep the unmodified install,
so normal pypi resolution is untouched.
- pin `numpy==2.2.4` for graalpy (Python 3.12) in the `test-numpy` group
and exclude graalpy from the default numpy marker
- run graalpy tests serially (no xdist) and skip coverage upload for it
- lift the job timeout to 90 min for the graalpy row only
(`timeout-minutes: ${{ matrix.timeout || 40 }}`)
Squashed rebase of #1090 onto main; reconciled with main's move from
extras to dependency-groups (`--group=dev`) and the reworked Windows
matrix rows.
Assisted-by: ClaudeCode:claude-opus-4.8
henryiii
force-pushed
the
henryiii/fix/graalpy
branch
from
June 22, 2026 03:48
fb09af0 to
9099b31
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hitting an issue in scikit-hep/boost-histogram#1016:
Let's see if we can reproduce in tests.