mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-26 17:03:14 +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
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.11'
|
||||
# Remove this once we upgrade to 3.12.
|
||||
- name: Install typing_extensions (temp)
|
||||
run: python3.11 -m pip install typing_extensions
|
||||
python-version: '3.12'
|
||||
- name: Install pip requirements
|
||||
run: tools/pcommand install_pip_reqs
|
||||
run: make prereqs
|
||||
- name: Build documentation
|
||||
run: make docs-sphinx
|
||||
- name: Upload the build
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user