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 @@ -187,7 +187,7 @@ jobs:
187
187
- name : Set up python
188
188
uses : actions/setup-python@v4
189
189
with :
190
- python-version : " 3.x "
190
+ python-version : " 3.10 "
191
191
cache : ' pip'
192
192
cache-dependency-path : |
193
193
requirements-ci.txt
@@ -245,7 +245,7 @@ jobs:
245
245
- name : Set up python
246
246
uses : actions/setup-python@v4
247
247
with :
248
- python-version : " 3.x "
248
+ python-version : " 3.10 "
249
249
cache : ' pip'
250
250
cache-dependency-path : |
251
251
requirements-ci.txt
@@ -319,7 +319,7 @@ jobs:
319
319
- name : Set up python
320
320
uses : actions/setup-python@v4
321
321
with :
322
- python-version : " 3.x "
322
+ python-version : " 3.10 "
323
323
cache : ' pip'
324
324
cache-dependency-path : |
325
325
requirements-ci.txt
@@ -563,7 +563,7 @@ jobs:
563
563
- name : Set up python
564
564
uses : actions/setup-python@v4
565
565
with :
566
- python-version : " 3.x "
566
+ python-version : " 3.10 "
567
567
cache : ' pip'
568
568
cache-dependency-path : |
569
569
requirements-ci.txt
You can’t perform that action at this time.
0 commit comments