File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed 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.8
26
+ python-version : " 3.10 "
27
27
- name : Install poetry
28
28
run : |
29
29
pip install poetry
49
49
- name : Set up Python
50
50
uses : actions/setup-python@v5
51
51
with :
52
- python-version : 3.8
52
+ python-version : " 3.10 "
53
53
- name : Install poetry
54
54
run : |
55
55
pip install poetry
75
75
- name : Set up Python
76
76
uses : actions/setup-python@v5
77
77
with :
78
- python-version : 3.8
78
+ python-version : " 3.10 "
79
79
- name : Install poetry
80
80
run : |
81
81
pip install poetry
Original file line number Diff line number Diff line change 19
19
- name : Set up Python
20
20
uses : actions/setup-python@v5
21
21
with :
22
- python-version : 3.8
22
+ python-version : " 3.10 "
23
23
- name : Install poetry
24
24
run : |
25
25
pip install poetry
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.8
18
+ python-version : " 3.10 "
19
19
- name : Install poetry
20
20
run : |
21
21
pip install poetry
52
52
- name : Set up Python
53
53
uses : actions/setup-python@v5
54
54
with :
55
- python-version : 3.8
55
+ python-version : " 3.10 "
56
56
- name : Install poetry
57
57
run : |
58
58
pip install poetry
You can’t perform that action at this time.
0 commit comments