Skip to content

Commit

Permalink
add exclude to tests_ubuntu.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBlanke authored Jan 23, 2025
1 parent 93a9df5 commit 647860f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/tests_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ jobs:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
numpy-pandas-version: [">=1.0, <2.0", ">=2.0, <3.0"]

exclude:
- python-version: "3.13"
numpy-pandas-version: ">=1.0, <2.0"

fail-fast: false

runs-on: ubuntu-latest
Expand Down Expand Up @@ -56,4 +59,4 @@ jobs:
uses: irongut/[email protected]
with:
filename: coverage.xml
badge: true
badge: true

0 comments on commit 647860f

Please sign in to comment.