File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
18
18
19
19
steps :
20
20
- uses : actions/checkout@master
21
- - name : Set up Python 3.9
21
+ - name : Set up Python 3.10
22
22
uses : actions/setup-python@v1
23
23
with :
24
- python-version : 3.9
24
+ python-version : 3.10
25
25
- name : Install dependencies
26
26
run : |
27
27
python -m pip install --upgrade pip
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
14
14
15
15
steps :
16
16
- uses : actions/checkout@master
17
- - name : Set up Python 3.9
17
+ - name : Set up Python 3.10
18
18
uses : actions/setup-python@v1
19
19
with :
20
- python-version : 3.9
20
+ python-version : 3.10
21
21
- name : Install dependencies
22
22
run : |
23
23
python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
10
10
steps :
11
- - uses : actions/checkout@v1
12
- - name : Set up Python 3.9
13
- uses : actions/setup-python@v1
11
+ - uses : actions/checkout@v2
12
+ - name : Set up Python 3.10
13
+ uses : actions/setup-python@v2
14
14
with :
15
- python-version : 3.9
15
+ python-version : 3.x
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