File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments