Skip to content

Commit

Permalink
Umfpack tests failing on 3.12
Browse files Browse the repository at this point in the history
See scikit-umfpack/scikit-umfpack#89. Fixed in trunk but trouble with packaging.
  • Loading branch information
cmutel committed Dec 16, 2023
1 parent 64a958f commit 76ab4a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-test-umfpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
py-version: ["3.12"]
py-version: ["3.11"]

steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
Expand Down

0 comments on commit 76ab4a9

Please sign in to comment.