Skip to content

Commit

Permalink
Merge pull request #773 from mlcommons/scap3yvt-patch-1
Browse files Browse the repository at this point in the history
Updated git command for speed
  • Loading branch information
sarthakpati authored Jan 16, 2024
2 parents 84a02d2 + 57109cc commit d42167a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/openfl-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
echo "Removing onnx because of protobuf version conflict"
pip uninstall onnx -y
echo "Installing OpenFL"
git clone https://github.com/securefederatedai/openfl.git
git clone --depth=1 https://github.com/securefederatedai/openfl.git
cd openfl
git fetch --tags
echo "Checkout the latest OpenFL tag"
Expand Down

0 comments on commit d42167a

Please sign in to comment.