Skip to content

Commit

Permalink
Remove protobuf fix for tf 2.15 test
Browse files Browse the repository at this point in the history
  • Loading branch information
andreped committed Jan 21, 2024
1 parent 6d9ee2c commit 8a9ed3a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,7 @@ jobs:
run: pip install wheel setuptools flake8 pytest-cov

- name: Install tensorflow-datasets
run: |
pip install tensorflow==${{ matrix.tf-version }} "tensorflow-datasets<=4.8.2"
pip install "protobuf<=3.20" --force-reinstall
run: pip install tensorflow==${{ matrix.tf-version }} tensorflow-datasets

- name: Download artifact
uses: actions/download-artifact@v3
Expand Down

0 comments on commit 8a9ed3a

Please sign in to comment.