Skip to content

Commit

Permalink
Update - compile-configs_Ender forgot python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
classicrocker883 committed Nov 24, 2024
1 parent ba73d5b commit 3e6d71d
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/compile-configs_Ender.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Set up Python
uses: actions/[email protected]
with:
python-version: '3.10'
python-version: '3.11'
- name: Install PlatformIO
run: |
python3 -m pip install --upgrade pip wheel platformio
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
- name: Set up Python
uses: actions/[email protected]
with:
python-version: '3.10'
python-version: '3.11'
- name: Install PlatformIO
run: |
python3 -m pip install --upgrade pip wheel platformio
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
- name: Set up Python
uses: actions/[email protected]
with:
python-version: '3.10'
python-version: '3.11'
- name: Install PlatformIO
run: |
python3 -m pip install --upgrade pip wheel platformio
Expand Down Expand Up @@ -303,7 +303,7 @@ jobs:
- name: Set up Python
uses: actions/[email protected]
with:
python-version: '3.10'
python-version: '3.11'
- name: Install PlatformIO
run: |
python3 -m pip install --upgrade pip wheel platformio
Expand Down Expand Up @@ -400,7 +400,7 @@ jobs:
- name: Set up Python
uses: actions/[email protected]
with:
python-version: '3.10'
python-version: '3.11'
- name: Install PlatformIO
run: |
python3 -m pip install --upgrade pip wheel platformio
Expand Down Expand Up @@ -492,7 +492,7 @@ jobs:
- name: Set up Python
uses: actions/[email protected]
with:
python-version: '3.10'
python-version: '3.11'
- name: Install PlatformIO
run: |
python3 -m pip install --upgrade pip wheel platformio
Expand Down Expand Up @@ -582,7 +582,7 @@ jobs:
- name: Set up Python
uses: actions/[email protected]
with:
python-version: '3.10'
python-version: '3.11'
- name: Install PlatformIO
run: |
python3 -m pip install --upgrade pip wheel platformio
Expand Down Expand Up @@ -678,7 +678,7 @@ jobs:
- name: Set up Python
uses: actions/[email protected]
with:
python-version: '3.10'
python-version: '3.11'
- name: Install PlatformIO
run: |
python3 -m pip install --upgrade pip wheel platformio
Expand Down Expand Up @@ -773,7 +773,7 @@ jobs:
- name: Set up Python
uses: actions/[email protected]
with:
python-version: '3.10'
python-version: '3.11'
- name: Install PlatformIO
run: |
python3 -m pip install --upgrade pip wheel platformio
Expand Down Expand Up @@ -860,7 +860,7 @@ jobs:
- name: Set up Python
uses: actions/[email protected]
with:
python-version: '3.10'
python-version: '3.11'
- name: Install PlatformIO
run: |
python3 -m pip install --upgrade pip wheel platformio
Expand Down Expand Up @@ -942,7 +942,7 @@ jobs:
- name: Set up Python
uses: actions/[email protected]
with:
python-version: '3.10'
python-version: '3.11'
- name: Install PlatformIO
run: |
python3 -m pip install --upgrade pip wheel platformio
Expand Down Expand Up @@ -1026,7 +1026,7 @@ jobs:
- name: Set up Python
uses: actions/[email protected]
with:
python-version: '3.10'
python-version: '3.11'
- name: Install PlatformIO
run: |
python3 -m pip install --upgrade pip wheel platformio
Expand Down Expand Up @@ -1123,7 +1123,7 @@ jobs:
- name: Set up Python
uses: actions/[email protected]
with:
python-version: '3.10'
python-version: '3.11'
- name: Install PlatformIO
run: |
python3 -m pip install --upgrade pip wheel platformio
Expand Down Expand Up @@ -1216,7 +1216,7 @@ jobs:
- name: Set up Python
uses: actions/[email protected]
with:
python-version: '3.10'
python-version: '3.11'
- name: Install PlatformIO
run: |
python3 -m pip install --upgrade pip wheel platformio
Expand Down Expand Up @@ -1305,7 +1305,7 @@ jobs:
- name: Set up Python
uses: actions/[email protected]
with:
python-version: '3.10'
python-version: '3.11'
- name: Install PlatformIO
run: |
python3 -m pip install --upgrade pip wheel platformio
Expand Down Expand Up @@ -1382,7 +1382,7 @@ jobs:
- name: Set up Python
uses: actions/[email protected]
with:
python-version: '3.10'
python-version: '3.11'
- name: Install PlatformIO
run: |
python3 -m pip install --upgrade pip wheel platformio
Expand Down Expand Up @@ -1481,7 +1481,7 @@ jobs:
- name: Set up Python
uses: actions/[email protected]
with:
python-version: '3.10'
python-version: '3.11'
- name: Install PlatformIO
run: |
python3 -m pip install --upgrade pip wheel platformio
Expand Down

0 comments on commit 3e6d71d

Please sign in to comment.