File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
1818
1919 steps :
2020 - uses : actions/checkout@master
21- - name : Set up Python 3.9
21+ - name : Set up Python 3.10
2222 uses : actions/setup-python@v1
2323 with :
24- python-version : 3.9
24+ python-version : 3.10
2525 - name : Install dependencies
2626 run : |
2727 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
1414
1515 steps :
1616 - uses : actions/checkout@master
17- - name : Set up Python 3.9
17+ - name : Set up Python 3.10
1818 uses : actions/setup-python@v1
1919 with :
20- python-version : 3.9
20+ python-version : 3.10
2121 - name : Install dependencies
2222 run : |
2323 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99
1010 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
1414 with :
15- python-version : 3.9
15+ python-version : " 3.10 "
1616 - name : Install dependencies
1717 run : |
1818 python -m pip install --upgrade pip
You can’t perform that action at this time.
0 commit comments