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 d4b5afa commit 34fbeedCopy full SHA for 34fbeed
.github/workflows/actions.yml
@@ -31,7 +31,6 @@ jobs:
31
PYTHON: ${{ matrix.python-version }}
32
KERAS_HOME: .github/workflows/config/${{ matrix.backend }}
33
KERAS_BACKEND: ${{ matrix.backend }}
34
- KERAS_NNX_ENABLED: ${{ matrix.backend == 'jax' && matrix.nnx_enabled || 'false' }}
35
steps:
36
- uses: actions/checkout@v4
37
- name: Check for changes in keras/src/applications
@@ -88,6 +87,8 @@ jobs:
88
87
python integration_tests/jax_custom_fit_test.py
89
- name: Test basic flow with NNX
90
if: ${{ matrix.nnx_enabled == 'true'}}
+ env:
91
+ KERAS_NNX_ENABLED: true
92
run: |
93
python integration_tests/import_test.py
94
python integration_tests/basic_full_flow.py
0 commit comments