From 1190b53c6711ebd0a235ba8ad4d8a0c5a4f0ae61 Mon Sep 17 00:00:00 2001 From: Volodymyr Shymanskyy Date: Mon, 30 Dec 2019 15:21:14 +0200 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 629e9ef..4acc7f6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -177,8 +177,13 @@ jobs: steps: - uses: actions/checkout@v1 + - name: Set up Python + uses: actions/setup-python@v1 + with: + python-version: '3.x' - name: Install PlatformIO run: | + python -m pip install --upgrade pip pip install -U platformio - name: Build Arduino continue-on-error: true # TODO