File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 1919
2020 steps :
2121 - uses : actions/checkout@v1
22+ - uses : actions/setup-python@v1
23+ with :
24+ python-version : ' 3.x'
2225 - name : Build Sketches
2326 run : bash ./.github/scripts/on-push.sh ${{ matrix.chunk }} 15
2427
3235
3336 steps :
3437 - uses : actions/checkout@v1
38+ - uses : actions/setup-python@v1
39+ with :
40+ python-version : ' 3.x'
3541 - name : Build Sketches
3642 run : bash ./.github/scripts/on-push.sh
3743
4551
4652 steps :
4753 - uses : actions/checkout@v1
54+ - uses : actions/setup-python@v1
55+ with :
56+ python-version : ' 3.x'
4857 - name : Build Sketches
4958 run : bash ./.github/scripts/on-push.sh 1 1 # equal and non-zero to trigger PIO
Original file line number Diff line number Diff line change 1111
1212 steps :
1313 - uses : actions/checkout@master
14+ - uses : actions/setup-python@v1
15+ with :
16+ python-version : ' 3.x'
1417 - name : Build Release
1518 env :
1619 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments