File tree 2 files changed +12
-0
lines changed
2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 19
19
20
20
steps :
21
21
- uses : actions/checkout@v1
22
+ - uses : actions/setup-python@v1
23
+ with :
24
+ python-version : ' 3.x'
22
25
- name : Build Sketches
23
26
run : bash ./.github/scripts/on-push.sh ${{ matrix.chunk }} 15
24
27
32
35
33
36
steps :
34
37
- uses : actions/checkout@v1
38
+ - uses : actions/setup-python@v1
39
+ with :
40
+ python-version : ' 3.x'
35
41
- name : Build Sketches
36
42
run : bash ./.github/scripts/on-push.sh
37
43
45
51
46
52
steps :
47
53
- uses : actions/checkout@v1
54
+ - uses : actions/setup-python@v1
55
+ with :
56
+ python-version : ' 3.x'
48
57
- name : Build Sketches
49
58
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 11
11
12
12
steps :
13
13
- uses : actions/checkout@master
14
+ - uses : actions/setup-python@v1
15
+ with :
16
+ python-version : ' 3.x'
14
17
- name : Build Release
15
18
env :
16
19
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments