Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
mraveri committed Sep 22, 2024
1 parent 16e415d commit 32a26c2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,12 @@ jobs:
- name: Run unit tests
run: |
export TF_USE_LEGACY_KERAS=1
if [ "${{ matrix.tensorflow-version }}" == "2.16.1" ]; then
export TF_USE_LEGACY_KERAS=1
fi
if [ "${{ matrix.tensorflow-version }}" == "2.17.0" ]; then
export TF_USE_LEGACY_KERAS=1
fi
make test_with_coverage
- name: Upload coverage to coveralls
Expand Down

0 comments on commit 32a26c2

Please sign in to comment.