This commit is contained in:
Eric Froemling 2024-04-21 21:09:06 -10:00
parent d9a11cbfbc
commit ea66ce8c43
No known key found for this signature in database
GPG Key ID: 89C93F0F8D6D5A98
2 changed files with 16 additions and 61 deletions

View File

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

View File

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