Skip to content

Commit 432275d

Browse files
AA-Turnerhugovk
andauthored
use docsbuild reqs file
Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent 81673fa commit 432275d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: setup requirements
2020
run: |
2121
python -m pip install --upgrade pip
22-
python -m pip install jinja2 markupsafe zc.lockfile requests
22+
python -m pip install -r docsbuild-scripts/requirements.txt
2323
- name: build docs
2424
run: |
2525
python3 ./docsbuild-scripts/build_docs.py --quick --build-root ./build_root --www-root ./www --log-directory ./logs --group $(id -g) --skip-cache-invalidation --theme $(pwd) --language en --branch 3.9

0 commit comments

Comments
 (0)