From 59659af47c9d32cf4969ffc97588cd50c9246cda Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Mon, 22 Apr 2024 23:40:25 -0700 Subject: [PATCH] ci fix --- .github/workflows/deploy_docs.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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