From ec4eef7e10a509fa9532ca481d2da826aa779f39 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Sat, 31 May 2025 16:36:45 -0400 Subject: [PATCH] ci: add graalpy Signed-off-by: Henry Schreiner --- .github/workflows/reusable-pytest.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/reusable-pytest.yml b/.github/workflows/reusable-pytest.yml index df8e6487..105d9717 100644 --- a/.github/workflows/reusable-pytest.yml +++ b/.github/workflows/reusable-pytest.yml @@ -27,6 +27,13 @@ jobs: tox-target: - "tox" - "min" + include: + - os: ubuntu + py: "graalpy-24.2" + tox-target: "tox" + - os: macos + py: "graalpy-24.2" + tox-target: "tox" continue-on-error: >- # jobs not required in branch protection ${{