Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mraveri committed Oct 26, 2024
1 parent 8227e5c commit 9e2e5ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
pip install tf-keras
fi
# Install tf-keras for tensorflow 2.18.0
if [ "${{ matrix.tensorflow-version }}" == "2.17.0" ]; then
if [ "${{ matrix.tensorflow-version }}" == "2.18.0" ]; then
pip install tf-keras
fi
Expand Down

0 comments on commit 9e2e5ae

Please sign in to comment.