Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kavigupta committed Jul 13, 2024
1 parent 054b979 commit ac64baa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions tests/stringify_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit ac64baa

Please sign in to comment.