Github Actions: Install pioarduino core from PyPi (#24638)

This commit is contained in:
Jason2866
2026-04-13 18:20:32 +02:00
committed by GitHub
parent 97c12b17ac
commit e93b5c42fd
3 changed files with 12 additions and 12 deletions

View File

@@ -117,7 +117,7 @@ jobs:
enable-cache: false
- name: Install dependencies
run: |
uv pip install --system -U https://github.com/pioarduino/platformio-core/archive/refs/tags/v6.1.19.zip
uv pip install --system pioarduino
cp ./platformio_override_sample.ini ./platformio_override.ini
- name: Add SHA to footer
run: |
@@ -168,7 +168,7 @@ jobs:
enable-cache: false
- name: Install dependencies
run: |
uv pip install --system -U https://github.com/pioarduino/platformio-core/archive/refs/tags/v6.1.19.zip
uv pip install --system pioarduino
- name: Add SHA to footer
run: |
COMMIT_SHA_LONG=$(git rev-parse --short HEAD || echo "")
@@ -225,7 +225,7 @@ jobs:
enable-cache: false
- name: Install dependencies
run: |
uv pip install --system -U https://github.com/pioarduino/platformio-core/archive/refs/tags/v6.1.19.zip
uv pip install --system pioarduino
cp ./platformio_override_sample.ini ./platformio_override.ini
- name: Download safeboot firmwares
uses: actions/download-artifact@v4
@@ -276,7 +276,7 @@ jobs:
enable-cache: false
- name: Install dependencies
run: |
uv pip install --system -U https://github.com/pioarduino/platformio-core/archive/refs/tags/v6.1.19.zip
uv pip install --system pioarduino
cp ./platformio_override_sample.ini ./platformio_override.ini
- name: Download safeboot firmwares
uses: actions/download-artifact@v4

View File

@@ -52,7 +52,7 @@ jobs:
enable-cache: false
- name: Install dependencies
run: |
uv pip install --system -U https://github.com/pioarduino/platformio-core/archive/refs/tags/v6.1.19.zip
uv pip install --system pioarduino
cp ./platformio_override_sample.ini ./platformio_override.ini
- name: Add "release" to footer
run: |
@@ -100,7 +100,7 @@ jobs:
enable-cache: false
- name: Install dependencies
run: |
uv pip install --system -U https://github.com/pioarduino/platformio-core/archive/refs/tags/v6.1.19.zip
uv pip install --system pioarduino
cp ./platformio_override_sample.ini ./platformio_override.ini
- name: Add "release" to footer
run: |
@@ -156,7 +156,7 @@ jobs:
enable-cache: false
- name: Install dependencies
run: |
uv pip install --system -U https://github.com/pioarduino/platformio-core/archive/refs/tags/v6.1.19.zip
uv pip install --system pioarduino
cp ./platformio_override_sample.ini ./platformio_override.ini
- name: Download safeboot firmwares
uses: actions/download-artifact@v4
@@ -205,7 +205,7 @@ jobs:
enable-cache: false
- name: Install dependencies
run: |
uv pip install --system -U https://github.com/pioarduino/platformio-core/archive/refs/tags/v6.1.19.zip
uv pip install --system pioarduino
cp ./platformio_override_sample.ini ./platformio_override.ini
- name: Download safeboot firmwares
uses: actions/download-artifact@v4

View File

@@ -39,7 +39,7 @@ jobs:
enable-cache: false
- name: Install dependencies
run: |
uv pip install --system -U https://github.com/pioarduino/platformio-core/archive/refs/tags/v6.1.19.zip
uv pip install --system pioarduino
- name: Run PlatformIO
env:
PYTHONIOENCODING: utf-8
@@ -71,7 +71,7 @@ jobs:
enable-cache: false
- name: Install dependencies
run: |
uv pip install --system -U https://github.com/pioarduino/platformio-core/archive/refs/tags/v6.1.19.zip
uv pip install --system pioarduino
- name: Run PlatformIO
env:
PYTHONIOENCODING: utf-8
@@ -137,7 +137,7 @@ jobs:
enable-cache: false
- name: Install dependencies
run: |
uv pip install --system -U https://github.com/pioarduino/platformio-core/archive/refs/tags/v6.1.19.zip
uv pip install --system pioarduino
cp ./platformio_override_sample.ini ./platformio_override.ini
- name: Run PlatformIO
env:
@@ -170,7 +170,7 @@ jobs:
enable-cache: false
- name: Install dependencies
run: |
uv pip install --system -U https://github.com/pioarduino/platformio-core/archive/refs/tags/v6.1.19.zip
uv pip install --system pioarduino
- name: Run PlatformIO
env:
PYTHONIOENCODING: utf-8