Skip to content

Commit

Permalink
added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
scap3yvt authored Jan 16, 2024
1 parent 0f67d95 commit 0b6e8c6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/openfl-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,9 @@ jobs:
git clone https://github.com/securefederatedai/openfl.git
cd openfl
git fetch --tags
git checkout $(git describe --tags --abbrev=0)
#### THIS SHOULD BE PRESENT IN THE TESTS -- IT ENSURES THE LATEST TAG IS USED
## git checkout $(git describe --tags --abbrev=0)
#### THIS SHOULD BE PRESENT IN THE TESTS -- IT ENSURES THE LATEST TAG IS USED
sed -i -e 's/protobuf==3.19.6/protobuf/g' setup.py ## this should NOT be there
pip install -e .
cd ..
Expand Down

0 comments on commit 0b6e8c6

Please sign in to comment.