From ad5142834191e14a76ad8fb76bc51da4a1e1e977 Mon Sep 17 00:00:00 2001 From: Volodymyr Shymanskyy Date: Tue, 2 Jun 2020 21:26:26 +0300 Subject: [PATCH] Use latest PIO --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6306a51..7141b7a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -269,7 +269,7 @@ jobs: - name: Install PlatformIO run: | python -m pip install --upgrade pip - pip install -U platformio==4.3.1 + pip install -U platformio - name: Build AVR ATmega1284 run: | cd platforms/arduino @@ -298,7 +298,7 @@ jobs: - name: Install PlatformIO run: | python -m pip install --upgrade pip - pip install -U platformio==4.3.1 + pip install -U platformio - name: Build Arduino MKR1000 run: | cd platforms/arduino @@ -329,7 +329,7 @@ jobs: - name: Install PlatformIO run: | python -m pip install --upgrade pip - pip install -U platformio==4.3.1 + pip install -U platformio - name: Build HiFive1 run: | cd platforms/hifive1