File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
10
10
build :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - name : Set up Python 3.10
13
+ - name : Setup Python 3.10
14
14
uses : actions/setup-python@v4
15
15
with :
16
- python-version : 3.10
16
+ python-version : ' 3.10'
17
17
- name : Install system dependencies
18
18
run : |
19
19
python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 9
9
build :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - name : Set up Python 3.10
12
+ - name : Setup Python 3.10
13
13
uses : actions/setup-python@v4
14
14
with :
15
- python-version : 3.10
15
+ python-version : ' 3.10'
16
16
- name : Install system dependencies
17
17
run : |
18
18
python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 9
9
build :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - name : Set up Python 3.10
12
+ - name : Setup Python 3.10
13
13
uses : actions/setup-python@v4
14
14
with :
15
- python-version : 3.10
15
+ python-version : ' 3.10'
16
16
- name : Install system dependencies
17
17
run : |
18
18
python -m pip install --upgrade pip
You can’t perform that action at this time.
0 commit comments