File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
- uses : actions/checkout@v3
11
11
- uses : actions/setup-python@v4
12
12
with :
13
- python-version : ' 3.8 '
13
+ python-version : ' 3.9 '
14
14
- name : extract pip cache
15
15
uses : actions/cache@v3
16
16
with :
34
34
- uses : actions/checkout@v3
35
35
- uses : actions/setup-python@v4
36
36
with :
37
- python-version : ' 3.8 '
37
+ python-version : ' 3.9 '
38
38
- name : set pip cache dir
39
39
shell : bash
40
40
run : echo "PIP_CACHE_DIR=$(pip cache dir)" >> $GITHUB_ENV
96
96
- uses : actions/checkout@v3
97
97
- uses : actions/setup-python@v4
98
98
with :
99
- python-version : ' 3.8 '
99
+ python-version : ' 3.9 '
100
100
- if : matrix.test == 'other'
101
101
run : |
102
102
sudo apt-get update
@@ -146,7 +146,7 @@ jobs:
146
146
- uses : actions/checkout@v3
147
147
- uses : actions/setup-python@v4
148
148
with :
149
- python-version : ' 3.8 '
149
+ python-version : ' 3.9 '
150
150
- id : os-name
151
151
uses : ASzc/change-string-case-action@v5
152
152
with :
You can’t perform that action at this time.
0 commit comments