Skip to content

Commit

Permalink
CI, use older protobuf for older TF
Browse files Browse the repository at this point in the history
Fix #1209
  • Loading branch information
albertz committed Nov 10, 2022
1 parent bb435db commit ce50f04
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,9 @@ jobs:
# Older TF needs older NumPy version.
# https://github.com/rwth-i6/returnn/pull/1160#issuecomment-1284537803
pip install --user numpy==1.19.5
# Older TF needs also older protobuf version.
# https://github.com/rwth-i6/returnn/issues/1209
pip install --user protobuf==3.20.1
fi
fi
pip install --user -r requirements.txt | cat
Expand Down

0 comments on commit ce50f04

Please sign in to comment.