Skip to content

Commit

Permalink
depth of 1 for git clone for speed
Browse files Browse the repository at this point in the history
  • Loading branch information
scap3yvt authored Jan 16, 2024
1 parent 84a02d2 commit 57109cc
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 57109cc

Please sign in to comment.