Skip to content

Commit

Permalink
Test GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
antonymilne committed Dec 6, 2023
1 parent 8f6cb93 commit bff37e3
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/test-unit-vizro-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,18 @@ jobs:
strategy:
fail-fast: false
matrix:
#python-version: ["3.8", "3.9", "3.10", "3.11"]
include:
- python-version: 3.8
hatch-env: all.py3.8
- python-version: 3.9
hatch-env: all.py3.9
- python-version: 3.10
hatch-env: all.py3.10
- python-version: 3.11
hatch-env: all.py3.11
- python-version: 3.11
hatch-env: lower-bounds
label: lower bounds

# write matrix out manually with var for hatch env
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit bff37e3

Please sign in to comment.