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 34fbeed commit 3683dc8Copy full SHA for 3683dc8
.github/workflows/actions.yml
@@ -82,7 +82,7 @@ jobs:
82
python integration_tests/import_test.py
83
python integration_tests/numerical_test.py
84
- name: Test JAX-specific integrations
85
- if: ${{ matrix.backend == 'jax'}}
+ if: ${{ matrix.backend == 'jax' && matrix.nnx_enabled != 'true'}}
86
run: |
87
python integration_tests/jax_custom_fit_test.py
88
- name: Test basic flow with NNX
@@ -103,6 +103,7 @@ jobs:
103
pytest integration_tests/torch_workflow_test.py
104
python integration_tests/torch_custom_fit_test.py
105
- name: Test with pytest
106
+ if: ${{ matrix.nnx_enabled != 'true'}}
107
108
if [ "${{ matrix.backend }}" == "openvino" ]; then
109
IGNORE_FILE="keras/src/backend/openvino/excluded_tests.txt"
0 commit comments