Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3040c4b

Browse files
authored
remove venv
1 parent2a26dfb commit3040c4b

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

‎.github/scripts/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ error() {
1313
cd cpython/Doc||exit 1
1414
mkdir -p locales/"$LOCALE"/
1515
ln -sfn"$(realpath ../../docs)" locales/"$LOCALE"/LC_MESSAGES
16-
make venv
17-
make html SPHINXOPTS="-D language=$LOCALE -D gettext_compact=0 -W --keep-going -j2"2>>(error)
16+
pip3 install -q -r requirements.txt
17+
make html SPHINXOPTS="-D language=$LOCALE -D gettext_compact=0 -W --keep-going"2>>(error)

‎.github/scripts/prepare.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,4 @@
22

33
set -ex
44

5-
pip3 install --user setuptools
65
curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh| bash
7-
sudo apt-get update
8-
sudo apt-get install -y python3-venv

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp