Skip to content

Commit

Permalink
Remvoe empty from invalid seed
Browse files Browse the repository at this point in the history
  • Loading branch information
bashtage committed Oct 3, 2024
1 parent dbb22ea commit ee859c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cron-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
python: [cp312]
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, windows-latest, macos-latest, macos-13]
env:
BUILD_COMMIT: "main"
CIBW_BUILD: ${{ matrix.python }}-*
Expand Down
2 changes: 0 additions & 2 deletions randomgen/tests/test_direct.py
Original file line number Diff line number Diff line change
Expand Up @@ -1618,7 +1618,6 @@ def setup_class(cls):
(2 + 3j,),
(3.1,),
(-2,),
(np.empty((2, 2), dtype=np.int64),),
]
cls.invalid_seed_values = []

Expand Down Expand Up @@ -1669,7 +1668,6 @@ def setup_class(cls):
(2 + 3j,),
(3.1,),
(-2,),
(np.empty((2, 2), dtype=np.int64),),
]
cls.invalid_seed_values = []

Expand Down

0 comments on commit ee859c3

Please sign in to comment.