File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 27
27
- name : Set up Python
28
28
uses : actions/setup-python@v5
29
29
with :
30
- python-version : ' 3.10 .x'
30
+ python-version : ' 3.9 .x'
31
31
32
32
- name : Install Dependencies
33
33
run : |
Original file line number Diff line number Diff line change 30
30
- name : Set up Python
31
31
uses : actions/setup-python@v5
32
32
with :
33
- python-version : ' 3.10 .x'
33
+ python-version : ' 3.9 .x'
34
34
35
35
- name : Install Dependencies
36
36
run : |
Original file line number Diff line number Diff line change 17
17
- name : Set up Python
18
18
uses : actions/setup-python@v4
19
19
with :
20
- python-version : " 3.8 "
20
+ python-version : " 3.9 "
21
21
22
22
- name : Install Dependencies
23
23
run : |
Original file line number Diff line number Diff line change 22
22
- name : Set up Python
23
23
uses : actions/setup-python@v5
24
24
with :
25
- python-version : " 3.10 .x"
25
+ python-version : " 3.9 .x"
26
26
27
27
- name : Install Dependencies
28
28
run : |
Original file line number Diff line number Diff line change 16
16
- name : Set up Python
17
17
uses : actions/setup-python@v5
18
18
with :
19
- python-version : ' 3.10 .x'
19
+ python-version : ' 3.9 .x'
20
20
21
21
- name : Install dependencies
22
22
run : |
70
70
- name : Set up Python
71
71
uses : actions/setup-python@v5
72
72
with :
73
- python-version : ' 3.10 .x'
73
+ python-version : ' 3.9 .x'
74
74
75
75
- name : Install Remote Package
76
76
uses : nick-fields/retry@v3
Original file line number Diff line number Diff line change 15
15
- name : Set up Python
16
16
uses : actions/setup-python@v5
17
17
with :
18
- python-version : ' 3.10 .x'
18
+ python-version : ' 3.9 .x'
19
19
20
20
- name : Install Dependencies
21
21
run : |
65
65
- name : Set up Python
66
66
uses : actions/setup-python@v5
67
67
with :
68
- python-version : ' 3.10 .x'
68
+ python-version : ' 3.9 .x'
69
69
70
70
- name : Install Remote Package
71
71
run : |
Original file line number Diff line number Diff line change 23
23
- name : Set up Python
24
24
uses : actions/setup-python@v5
25
25
with :
26
- python-version : ' 3.10 .x'
26
+ python-version : ' 3.9 .x'
27
27
- name : Determine Tag
28
28
id : taggerVersion
29
29
run : |
You can’t perform that action at this time.
0 commit comments