From ea66ce8c4367238901cffb1686d08961467bb94d Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Sun, 21 Apr 2024 21:09:06 -1000 Subject: [PATCH] ci fixes --- .github/workflows/cd.yml | 55 ++++++++-------------------------------- .github/workflows/ci.yml | 22 ++++------------ 2 files changed, 16 insertions(+), 61 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index acb36a76..3d210577 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -13,10 +13,7 @@ jobs: - name: Set up 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 - name: Make the build @@ -33,10 +30,7 @@ jobs: - name: Set up 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 - name: Make the build @@ -53,10 +47,7 @@ jobs: - name: Set up 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 - name: Make the build @@ -73,10 +64,7 @@ jobs: - name: Set up 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 - name: Make the build @@ -93,10 +81,7 @@ jobs: - name: Set up 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 - name: Make the build @@ -113,10 +98,7 @@ jobs: - name: Set up 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 - name: Make the build @@ -133,10 +115,7 @@ jobs: - name: Set up 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 - name: Make the build @@ -153,10 +132,7 @@ jobs: - name: Set up 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 - name: Make the build @@ -173,10 +149,7 @@ jobs: - name: Set up 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 - name: Make the build @@ -193,10 +166,7 @@ jobs: - name: Set up 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 - name: Make the build @@ -213,10 +183,7 @@ jobs: - name: Set up 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 - name: Make the build diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b937d59..f2ec54ac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,10 +20,7 @@ jobs: - name: Set up 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 dependencies run: tools/pcommand install_pip_reqs - name: Run checks @@ -37,10 +34,7 @@ jobs: - name: Set up 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 dependencies run: tools/pcommand install_pip_reqs - name: Assemble monolithic server build @@ -58,10 +52,7 @@ jobs: - name: Set up 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 dependencies run: tools/pcommand install_pip_reqs - name: Build spinoff project with only core featureset @@ -79,10 +70,7 @@ jobs: - name: Set up 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 dependencies run: tools/pcommand install_pip_reqs - name: Create poo feature-set @@ -106,7 +94,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: '3.11' + python-version: '3.12' - name: Install dependencies run: | python -m pip install --upgrade pip