Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fchollet committed Sep 26, 2024
1 parent 09a85a2 commit cbe0bea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions keras/src/dtype_policies/dtype_policy_map_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
from keras.src.dtype_policies.dtype_policy_map import DTypePolicyMap


@pytest.mark.skipif(testing.jax_uses_gpu(), reason="Leads to core dumps on CI")
class DTypePolicyMapTest(testing.TestCase):
def setUp(self):
super().setUp()
Expand Down

0 comments on commit cbe0bea

Please sign in to comment.