Skip to content

Commit

Permalink
Test for either ValueError or TypeError when loading scipy.sparse (#95)
Browse files Browse the repository at this point in the history
* Test for either ValueError or TypeError when loading scipy.sparse with invalid input. Also format.

* remove unnecessary universal2 wheel builds (these currently cause an import error in the CI builds)
  • Loading branch information
oscarhiggott authored Apr 25, 2024
1 parent 570ac2e commit 07d53bc
Show file tree
Hide file tree
Showing 2 changed files with 260 additions and 142 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ jobs:
{os: macos-latest, dist: cp311-macosx_arm64},
{os: macos-latest, dist: cp312-macosx_arm64},
# macosx universal2
{os: macos-latest, dist: cp38-macosx_universal2},
{os: macos-latest, dist: cp39-macosx_universal2},
{os: macos-latest, dist: cp310-macosx_universal2},
{os: macos-latest, dist: cp311-macosx_universal2},
{os: macos-latest, dist: cp312-macosx_universal2},
# {os: macos-latest, dist: cp38-macosx_universal2},
# {os: macos-latest, dist: cp39-macosx_universal2},
# {os: macos-latest, dist: cp310-macosx_universal2},
# {os: macos-latest, dist: cp311-macosx_universal2},
# {os: macos-latest, dist: cp312-macosx_universal2},

# windows amd64
# {os: windows-latest, dist: cp36-win_amd64},
Expand Down
Loading

0 comments on commit 07d53bc

Please sign in to comment.