File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 steps :
99 - uses : actions/checkout@v4
10- - name : Set up Python 3.10
10+ - name : Set up Python 3.11
1111 uses : actions/setup-python@v5
1212 with :
13- python-version : " 3.10 "
13+ python-version : " 3.11 "
1414 - name : Install dependencies
1515 run : |
1616 python -m pip install --upgrade pip
@@ -29,10 +29,10 @@ jobs:
2929 runs-on : ubuntu-latest
3030 steps :
3131 - uses : actions/checkout@v4
32- - name : Set up Python 3.10
32+ - name : Set up Python 3.11
3333 uses : actions/setup-python@v5
3434 with :
35- python-version : " 3.10 "
35+ python-version : " 3.11 "
3636 - name : Restore dependencies from cache
3737 uses : actions/cache@v3
3838 with :
@@ -50,10 +50,10 @@ jobs:
5050 runs-on : ubuntu-latest
5151 steps :
5252 - uses : actions/checkout@v4
53- - name : Set up Python 3.10
53+ - name : Set up Python 3.11
5454 uses : actions/setup-python@v5
5555 with :
56- python-version : " 3.10 "
56+ python-version : " 3.11 "
5757 - name : Restore dependencies from cache
5858 uses : actions/cache@v3
5959 with :
@@ -73,10 +73,10 @@ jobs:
7373 runs-on : ubuntu-latest
7474 steps :
7575 - uses : actions/checkout@v4
76- - name : Set up Python 3.10
76+ - name : Set up Python 3.11
7777 uses : actions/setup-python@v5
7878 with :
79- python-version : " 3.10 "
79+ python-version : " 3.11 "
8080 - name : Restore dependencies from cache
8181 uses : actions/cache@v3
8282 with :
You can’t perform that action at this time.
0 commit comments