diff --git a/.github/workflows/deploy_docs.yml b/.github/workflows/deploy_docs.yml index 51fc1a85..a17c6a53 100644 --- a/.github/workflows/deploy_docs.yml +++ b/.github/workflows/deploy_docs.yml @@ -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