This commit is contained in:
Eric Froemling 2024-04-22 23:40:25 -07:00
parent a06414879b
commit 59659af47c
No known key found for this signature in database
GPG Key ID: 89C93F0F8D6D5A98

View File

@ -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