Skip to content

Commit

Permalink
Downgrade the protobuf package to 3.20 for TF2.2 or lower
Browse files Browse the repository at this point in the history
  • Loading branch information
keisen committed Aug 26, 2022
1 parent c50f7df commit 61eb109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package-up-to-TF2.5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
python -m pip install --upgrade pip
- name: Install dependencies
run: |
python -m pip install --upgrade -e .[develop,examples] tensorflow~=${{ matrix.tensorflow }}
python -m pip install --upgrade -e .[develop,examples] tensorflow~=${{ matrix.tensorflow }} protobuf~=3.20.0
- name: Test with pytest
run: |
pytest -n auto --dist loadscope
Expand Down

0 comments on commit 61eb109

Please sign in to comment.