mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-19 13:25:31 +08:00
added sphinx to tools/pcommand pip_install_reqs
This commit is contained in:
parent
1c629bc040
commit
0bb826b57f
2
.github/workflows/cd.yml
vendored
2
.github/workflows/cd.yml
vendored
@ -217,8 +217,6 @@ jobs:
|
||||
# Remove this once we upgrade to 3.12.
|
||||
- name: Install typing_extensions (temp)
|
||||
run: python3.11 -m pip install typing_extensions
|
||||
- name: Install sphinx
|
||||
run: python3.11 -m pip install sphinx furo
|
||||
- name: Install pip requirements
|
||||
run: tools/pcommand install_pip_reqs
|
||||
- name: Make the build
|
||||
|
||||
@ -63,6 +63,8 @@ PY_REQUIREMENTS = [
|
||||
PyRequirement(pipname='pbxproj', minversion=[4, 0, 0]),
|
||||
PyRequirement(pipname='filelock', minversion=[3, 13, 1]),
|
||||
PyRequirement(pipname='python-daemon', minversion=[3, 0, 1]),
|
||||
PyRequirement(pipname='sphinx',minversion=[7, 2, 6]),
|
||||
PyRequirement(pipname='furo', minversion=[2024, 0o1, 29])
|
||||
]
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user