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 ${{