Skip to content

Commit 0b81a27

Browse files
committed
update ignore
1 parent df8c1ff commit 0b81a27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595

9696
- name: Test with pytest (JAX)
9797
if: ${{ matrix.backend == 'jax' }}
98-
run: pytest keras_rs/ --ignore=keras_rs/src/layers/embedding/jax/distributed_embedding_test.py::DistributedEmbeddingLayerTest
98+
run: pytest keras_rs/ --ignore=keras_rs/src/layers/embedding/jax/distributed_embedding_test.py
9999

100100
check_format:
101101
name: Check the code format

0 commit comments

Comments
 (0)