File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -35,10 +35,10 @@ jobs:
35
35
with :
36
36
fetch-depth : 0
37
37
persist-credentials : false
38
- - name : Set up Python 3.7
39
- uses : actions/setup-python@v1
38
+ - name : Set up Python 3.8
39
+ uses : actions/setup-python@v2
40
40
with :
41
- python-version : 3.7
41
+ python-version : 3.8
42
42
- name : Install dependencies
43
43
run : |
44
44
python -m pip install --upgrade pip
Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ jobs:
29
29
- uses : actions/checkout@v2
30
30
with :
31
31
fetch-depth : 0
32
- - name : Set up Python 3.7
33
- uses : actions/setup-python@v1
32
+ - name : Set up Python 3.8
33
+ uses : actions/setup-python@v2
34
34
with :
35
- python-version : 3.7
35
+ python-version : 3.8
36
36
- name : Install dependencies
37
37
run : |
38
38
python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 9
9
10
10
steps :
11
11
- uses : actions/checkout@v1
12
- - name : Set up Python 3.7
13
- uses : actions/setup-python@v1
12
+ - name : Set up Python 3.8
13
+ uses : actions/setup-python@v2
14
14
with :
15
- python-version : 3.7
15
+ python-version : 3.8
16
16
- name : Install dependencies
17
17
run : |
18
18
python -m pip install --upgrade pip
You can’t perform that action at this time.
0 commit comments