Skip to content

Commit

Permalink
Merge pull request #124 from DLHub-Argonne/fix_yaml
Browse files Browse the repository at this point in the history
Fix tests for old versions of keras
  • Loading branch information
WardLT committed Oct 22, 2021
2 parents 3e5c672 + 16e307a commit 9449f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
# Adding keras and TF1 for some tests
if [ -n "${{matrix.cfg.keras-version}}" ]; then
pip install keras==${{matrix.cfg.keras-version}} "tensorflow<2" "h5py<3"
pip install keras==${{matrix.cfg.keras-version}} "tensorflow<2" "h5py<3" "pyyaml<6"
else
# Otherwise, use TF2
pip uninstall keras
Expand Down

0 comments on commit 9449f12

Please sign in to comment.