From d16ddd3da011471ba7350aa8854089ef6d1eacb0 Mon Sep 17 00:00:00 2001 From: Antony Milne Date: Tue, 29 Oct 2024 14:45:02 +0000 Subject: [PATCH] Test to see what jobs run --- .github/workflows/test-unit-vizro-core.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-unit-vizro-core.yml b/.github/workflows/test-unit-vizro-core.yml index 167b4c243..4349e3df0 100644 --- a/.github/workflows/test-unit-vizro-core.yml +++ b/.github/workflows/test-unit-vizro-core.yml @@ -24,9 +24,13 @@ jobs: fail-fast: false matrix: python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] - os: [ubuntu-latest] - include_windows: - - ${{github.event_name != 'pull_request'}} + os: [ubuntu-latest, windows-latest] + is_pr: + - ${{ github.event_name == 'pull_request' }} + exclude: + - is_pr: true + os: windows-latest + # just use below for labelling and hatch-env so not needed? include: - python-version: "3.9" hatch-env: all.py3.9 @@ -43,6 +47,7 @@ jobs: label: lower bounds - python-version: "3.12" hatch-env: all.py3.12 + is_pr: false os: windows-latest label: Windows