Skip to content

Commit 345361d

Browse files
authored
install python docs packages
1 parent 0147e2b commit 345361d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/scripts/build.sh

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ error() {
1313
cd cpython/Doc || exit 1
1414
mkdir -p locales/"$LOCALE"/
1515
ln -sfn "$(realpath ../../docs)" locales/"$LOCALE"/LC_MESSAGES
16+
pip3 install -q -r requirements.txt
1617

1718
cd ../../docsbuild/
1819
pip3 install -q -r requirements.txt

0 commit comments

Comments
 (0)