Update tests.yml

extensions
Volodymyr Shymanskyy 5 years ago committed by GitHub
parent cfc2e4626b
commit 1190b53c67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save