Skip to content

Commit 26dea1b

Browse files
committed
Fix CI
1 parent 18e64f8 commit 26dea1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keras/src/ops/numpy_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8334,7 +8334,7 @@ def test_zeros_like(self, dtype):
83348334
)
83358335

83368336

8337-
@pytest.mask.skipif(
8337+
@pytest.mark.skipif(
83388338
testing.torch_uses_gpu(),
83398339
reason="histogram op not implemented for torch on gpu",
83408340
)

0 commit comments

Comments
 (0)