Skip to content

Commit 34fbeed

Browse files
fix actions
1 parent d4b5afa commit 34fbeed

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
@@ -31,7 +31,6 @@ jobs:
3131
PYTHON: ${{ matrix.python-version }}
3232
KERAS_HOME: .github/workflows/config/${{ matrix.backend }}
3333
KERAS_BACKEND: ${{ matrix.backend }}
34-
KERAS_NNX_ENABLED: ${{ matrix.backend == 'jax' && matrix.nnx_enabled || 'false' }}
3534
steps:
3635
- uses: actions/checkout@v4
3736
- name: Check for changes in keras/src/applications
@@ -88,6 +87,8 @@ jobs:
8887
python integration_tests/jax_custom_fit_test.py
8988
- name: Test basic flow with NNX
9089
if: ${{ matrix.nnx_enabled == 'true'}}
90+
env:
91+
KERAS_NNX_ENABLED: true
9192
run: |
9293
python integration_tests/import_test.py
9394
python integration_tests/basic_full_flow.py

0 commit comments

Comments
 (0)