From b528940f37f375ceaaceb007b0b7a7dd5356cc85 Mon Sep 17 00:00:00 2001 From: Antony Milne Date: Tue, 29 Oct 2024 16:13:04 +0000 Subject: [PATCH] Test to see what jobs run --- .github/workflows/test-unit-vizro-core.yml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test-unit-vizro-core.yml b/.github/workflows/test-unit-vizro-core.yml index 4349e3df0..3f52e0599 100644 --- a/.github/workflows/test-unit-vizro-core.yml +++ b/.github/workflows/test-unit-vizro-core.yml @@ -25,12 +25,17 @@ jobs: matrix: python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] os: [ubuntu-latest, windows-latest] + hatch-env: ["all.py" ${{ matrix.python-version }}] is_pr: - ${{ github.event_name == 'pull_request' }} exclude: - is_pr: true os: windows-latest + - is_pr: false + os: windows-latest + python-version: ["3.9", "3.10", "3.11", "3.13"] # just use below for labelling and hatch-env so not needed? + # will still need windows and lower bounds job though include: - python-version: "3.9" hatch-env: all.py3.9 @@ -45,11 +50,11 @@ jobs: - python-version: "3.9" hatch-env: lower-bounds label: lower bounds - - python-version: "3.12" - hatch-env: all.py3.12 - is_pr: false - os: windows-latest - label: Windows +# - python-version: "3.12" +# hatch-env: all.py3.12 +# is_pr: false +# os: windows-latest +# label: Windows # Run Windows jobs only on merges to main steps: