Skip to content

Commit

Permalink
CI, use older protobuf for older TF, follow-up fix
Browse files Browse the repository at this point in the history
Follow-up fix for #1209
  • Loading branch information
albertz committed Nov 10, 2022
1 parent ce50f04 commit 406c971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ jobs:
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
pip install --user "protobuf<=3.20.1"
fi
fi
pip install --user -r requirements.txt | cat
Expand Down

0 comments on commit 406c971

Please sign in to comment.