We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a384ebb commit f68039cCopy full SHA for f68039c
1 file changed
.github/workflows/paddle-build.yml
@@ -45,7 +45,7 @@ jobs:
45
run: |
46
if [ "${{ runner.os }}" == "macOS" ]; then
47
pip install numpy protobuf wheel ninja --break-system-packages
48
- elseif [ "${{ runner.os }}" = "Windows" ]; then
+ elif [ "${{ runner.os }}" = "Windows" ]; then
49
# LNK1187 pd_utils.cc.obj?
50
pip install numpy protobuf wheel ninja==1.11.1.4
51
else
0 commit comments