Skip to content

Commit f89e05f

Browse files
committed
Use venv in docs build command
1 parent 15ce4c1 commit f89e05f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/transifex-pull.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
5050
p = Path("transifex-util.py")
5151
old = '_call("make -C cpython/Doc/ gettext")'
52-
new = '_call("make -C cpython/Doc/ JOBS=1 gettext || make -C cpython/Doc/ JOBS=1 build BUILDER=gettext")'
52+
new = '_call("make -C cpython/Doc/ venv")\n _call("make -C cpython/Doc/ JOBS=1 gettext || make -C cpython/Doc/ JOBS=1 build BUILDER=gettext")'
5353
s = p.read_text()
5454
if old not in s:
5555
raise SystemExit("Expected pattern was not found in transifex-util.py")

0 commit comments

Comments
 (0)