From 978f32f9f098bd0ff1dc64b496ec31cf493ded09 Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Wed, 24 Jan 2024 17:08:08 -0800 Subject: [PATCH] ci fix 2 --- .github/workflows/cd.yml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index ebeea7ef..f88e4998 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -14,6 +14,9 @@ jobs: uses: actions/setup-python@v4 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 - name: Install pip requirements run: tools/pcommand install_pip_reqs - name: Make the build @@ -31,6 +34,9 @@ jobs: uses: actions/setup-python@v4 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 - name: Install pip requirements run: tools/pcommand install_pip_reqs - name: Make the build @@ -48,6 +54,9 @@ jobs: uses: actions/setup-python@v4 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 - name: Install pip requirements run: tools/pcommand install_pip_reqs - name: Make the build @@ -65,6 +74,9 @@ jobs: uses: actions/setup-python@v4 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 - name: Install pip requirements run: tools/pcommand install_pip_reqs - name: Make the build @@ -82,6 +94,9 @@ jobs: uses: actions/setup-python@v4 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 - name: Install pip requirements run: tools/pcommand install_pip_reqs - name: Make the build @@ -99,6 +114,9 @@ jobs: uses: actions/setup-python@v4 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 - name: Install pip requirements run: tools/pcommand install_pip_reqs - name: Make the build @@ -116,6 +134,9 @@ jobs: uses: actions/setup-python@v4 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 - name: Install pip requirements run: tools/pcommand install_pip_reqs - name: Make the build @@ -133,6 +154,9 @@ jobs: uses: actions/setup-python@v4 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 - name: Install pip requirements run: tools/pcommand install_pip_reqs - name: Make the build @@ -150,6 +174,9 @@ jobs: uses: actions/setup-python@v4 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 - name: Install pip requirements run: tools/pcommand install_pip_reqs - name: Make the build @@ -167,6 +194,9 @@ jobs: uses: actions/setup-python@v4 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 - name: Install pip requirements run: tools/pcommand install_pip_reqs - name: Make the build