Skip to content

Commit

Permalink
remove the break-system-packages option to fix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
Dumeng authored Nov 26, 2024
1 parent 2949094 commit ac84487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ error() {
cd cpython/Doc || exit 1
mkdir -p locales/"$LOCALE"/
ln -sfn "$(realpath ../../docs)" locales/"$LOCALE"/LC_MESSAGES
pip3 install -q -r requirements.txt --break-system-packages
pip3 install -q -r requirements.txt
sphinx-build -b dummy -d build/doctrees -j auto -D language=$LOCALE -D gettext_compact=0 -E --keep-going -W . build/html 2> >(error)

0 comments on commit ac84487

Please sign in to comment.