Skip to content

Commit 3683dc8

Browse files
skipt other tests in nnx backend
1 parent 34fbeed commit 3683dc8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/actions.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
python integration_tests/import_test.py
8383
python integration_tests/numerical_test.py
8484
- name: Test JAX-specific integrations
85-
if: ${{ matrix.backend == 'jax'}}
85+
if: ${{ matrix.backend == 'jax' && matrix.nnx_enabled != 'true'}}
8686
run: |
8787
python integration_tests/jax_custom_fit_test.py
8888
- name: Test basic flow with NNX
@@ -103,6 +103,7 @@ jobs:
103103
pytest integration_tests/torch_workflow_test.py
104104
python integration_tests/torch_custom_fit_test.py
105105
- name: Test with pytest
106+
if: ${{ matrix.nnx_enabled != 'true'}}
106107
run: |
107108
if [ "${{ matrix.backend }}" == "openvino" ]; then
108109
IGNORE_FILE="keras/src/backend/openvino/excluded_tests.txt"

0 commit comments

Comments
 (0)