Skip to content

Commit 45fb76c

Browse files
committed
updated gh workflow
1 parent 7b0dfb4 commit 45fb76c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
needs: build
4444
strategy:
4545
matrix:
46-
python: ["2.7", "3.8"]
46+
python: ["2.7", "3.9"]
4747
runs-on: ubuntu-latest
4848
steps:
4949
- uses: actions/checkout@v2
@@ -53,9 +53,9 @@ jobs:
5353
python-version: ${{ matrix.python }}
5454
- name: Download arduino-cli
5555
run: |
56-
wget https://github.com/arduino/arduino-cli/releases/download/0.26.0/arduino-cli_0.26.0_Linux_64bit.tar.gz
57-
tar xzf arduino-cli_0.26.0_Linux_64bit.tar.gz
58-
rm arduino-cli_0.26.0_Linux_64bit.tar.gz
56+
wget https://github.com/arduino/arduino-cli/releases/download/0.29.0/arduino-cli_0.29.0_Linux_64bit.tar.gz
57+
tar xzf arduino-cli_0.29.0_Linux_64bit.tar.gz
58+
rm arduino-cli_0.29.0_Linux_64bit.tar.gz
5959
- name: Install test dependencies
6060
run: |
6161
pip install pytest

0 commit comments

Comments
 (0)