Skip to content

Commit

Permalink
test fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
getzze committed Nov 19, 2024
1 parent d0822c4 commit 069679a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,10 @@ jobs:
fail-fast: false
matrix:
# keep synchronized with hatch tests matrix
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
seaborn-version: ["0.11", "0.12", "0.13"]
python-version: ["3.11"]
seaborn-version: ["0.13"]
# python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
# seaborn-version: ["0.11", "0.12", "0.13"]
exclude:
# exclude seaborn-version 0.11 for python >= 3.12
- python-version: "3.12"
Expand Down Expand Up @@ -93,6 +95,7 @@ jobs:
env:
CI_RUN: "yes"
shell: bash
- run: ls -a report
- name: Upload coverage data
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 069679a

Please sign in to comment.