Skip to content

Commit 6dbb0f9

Browse files
committed
Update python and pio commands
1 parent c970d99 commit 6dbb0f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/examples.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
fail-fast: false
99
matrix:
1010
os: [ubuntu-latest, windows-latest, macos-latest]
11-
python-version: [3.9]
11+
python-version: [3.12]
1212
example:
1313
- "examples/BLE-client-test"
1414
- "examples/BLE-server-test"
@@ -25,7 +25,7 @@ jobs:
2525
run: |
2626
python -m pip install --upgrade pip
2727
pip install -U https://github.com/platformio/platformio/archive/develop.zip
28-
platformio platform install file://.
28+
pio pkg install --global --platform file://.
2929
- name: Build examples
3030
run: |
31-
platformio run -d ${{ matrix.example }}
31+
pio run -d ${{ matrix.example }}

0 commit comments

Comments
 (0)