File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
12
12
steps :
13
13
- uses : actions/checkout@v2
14
14
15
- - name : Initialize Python 3.7
15
+ - name : Initialize Python 3.8
16
16
uses : actions/setup-python@v1
17
17
with :
18
- python-version : 3.7
18
+ python-version : 3.8
19
19
20
20
- name : Install dependencies
21
21
run : |
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
12
12
steps :
13
13
- uses : actions/checkout@v2
14
14
15
- - name : Initialize Python 3.7
15
+ - name : Initialize Python 3.8
16
16
uses : actions/setup-python@v1
17
17
with :
18
- python-version : 3.7
18
+ python-version : 3.8
19
19
20
20
- name : Install dependencies
21
21
run : |
Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ jobs:
24
24
steps :
25
25
- uses : actions/checkout@v2
26
26
27
- - name : Initialize Python 3.7
27
+ - name : Initialize Python 3.8
28
28
uses : actions/setup-python@v1
29
29
with :
30
- python-version : 3.7
30
+ python-version : 3.8
31
31
32
32
- name : Install dependencies
33
33
run : |
You can’t perform that action at this time.
0 commit comments