Skip to content

Commit

Permalink
Test to see what jobs run
Browse files Browse the repository at this point in the history
  • Loading branch information
antonymilne committed Oct 29, 2024
1 parent ca4ca33 commit d16ddd3
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/test-unit-vizro-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit d16ddd3

Please sign in to comment.