Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
risemeup1 committed Aug 9, 2024
1 parent 0ed4ba5 commit e95d277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ PYTHON_COMMAND="/usr/local/bin/python3.8"
# Update pip and install cmake
$PYTHON_COMMAND -m pip install --upgrade pip
$PYTHON_COMMAND -m pip install cmake
$PYTHON_COMMAND -m pip install wheel
$PYTHON_COMMAND -m pip install build
$PYTHON_COMMAND -m pip install --pre paddlepaddle -i https://www.paddlepaddle.org.cn/packages/nightly/cpu/
# Build protobuf from source
source .github/workflows/scripts/download_protobuf.sh
Expand Down

0 comments on commit e95d277

Please sign in to comment.