Skip to content

Commit

Permalink
Merge pull request #702 from mlcommons/openfl_ci_fix
Browse files Browse the repository at this point in the history
Added a temporary fix for protobuf
  • Loading branch information
sarthakpati authored Aug 2, 2023
2 parents d1fc9e2 + f714ef0 commit 6579e15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/openfl-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ jobs:
cd openfl
git fetch --tags
git checkout $(git describe --tags --abbrev=0)
# pip install "tensorboardX!=2.6.2" # https://github.com/lanpa/tensorboardX/issues/716
sed -i -e 's/protobuf==3.19.6/protobuf/g' setup.py ## this should NOT be there
pip install -e .
cd ..
echo "Copying files to appropriate directories"
Expand Down

0 comments on commit 6579e15

Please sign in to comment.