Skip to content

Commit

Permalink
fix: tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
niebayes committed Sep 25, 2024
1 parent 2822567 commit 437b506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ popd
echo "Building for Python..."
pushd python
TZ=Asia/Shanghai DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends python3 python3-pip
pip3 install -r requirements.txt
pip3 install --break-system-packages -r requirements.txt
popd

# For Rust.
Expand Down

0 comments on commit 437b506

Please sign in to comment.