We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df8c1ff commit 0b81a27Copy full SHA for 0b81a27
.github/workflows/actions.yml
@@ -95,7 +95,7 @@ jobs:
95
96
- name: Test with pytest (JAX)
97
if: ${{ matrix.backend == 'jax' }}
98
- run: pytest keras_rs/ --ignore=keras_rs/src/layers/embedding/jax/distributed_embedding_test.py::DistributedEmbeddingLayerTest
+ run: pytest keras_rs/ --ignore=keras_rs/src/layers/embedding/jax/distributed_embedding_test.py
99
100
check_format:
101
name: Check the code format
0 commit comments