diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 3eb4abb..3ac140b 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -19,6 +19,8 @@ jobs: numpy-version: "1.24.2" - os: windows-latest numpy-version: "2.0.0" + - os: macos-latest + numpy-version: "2.0.0" steps: diff --git a/tests/stringify_test.py b/tests/stringify_test.py index 06f477c..59eac0f 100644 --- a/tests/stringify_test.py +++ b/tests/stringify_test.py @@ -14,12 +14,12 @@ class StringifyTest(unittest.TestCase): slow_hash = { "linux": "16469cff96525e3e190758d793e61f9d798cb87617787bc1312cf7a8b59aa4b2", "win32": "faaa45dfa377870db4d547ca91187566b6b74983adaf16241a80ef96af592285", - "darwin": "97d8947421010821dd8f3f7046ef0eccd5c27602c7505a5749c1090a0fe7435b", + "darwin": "", }[sys.platform] fast_hash = { "linux": "c97fda7d817a32aad65ce77f5043a51410c5893e6bab8e746a23f68c8e483774", "win32": "387b1ef12b70d4df0984846b753fbcceb1b7d079256e75479810b6a15d668b70", - "darwin": "76ce19673caf9532d68730c7f83bfe8e6f521cc001c2d43373f9c4f33c925037", + "darwin": "", }[sys.platform] def test_stringify_json(self):