From cfc2e4626b82840fc914c2059a0e1db6604ea9f6 Mon Sep 17 00:00:00 2001 From: Volodymyr Shymanskyy Date: Mon, 30 Dec 2019 15:16:19 +0200 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3617ae0..629e9ef 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -179,7 +179,6 @@ jobs: - uses: actions/checkout@v1 - name: Install PlatformIO run: | - pip install -U pip pip install -U platformio - name: Build Arduino continue-on-error: true # TODO