mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-06 15:47:06 +08:00
ci fix
This commit is contained in:
parent
a06414879b
commit
59659af47c
7
.github/workflows/deploy_docs.yml
vendored
7
.github/workflows/deploy_docs.yml
vendored
@ -14,12 +14,9 @@ jobs:
|
|||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.11'
|
python-version: '3.12'
|
||||||
# Remove this once we upgrade to 3.12.
|
|
||||||
- name: Install typing_extensions (temp)
|
|
||||||
run: python3.11 -m pip install typing_extensions
|
|
||||||
- name: Install pip requirements
|
- name: Install pip requirements
|
||||||
run: tools/pcommand install_pip_reqs
|
run: make prereqs
|
||||||
- name: Build documentation
|
- name: Build documentation
|
||||||
run: make docs-sphinx
|
run: make docs-sphinx
|
||||||
- name: Upload the build
|
- name: Upload the build
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user