Commit 732e3e1 1 parent bf5b6fb commit 732e3e1 Copy full SHA for 732e3e1
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 42
42
- name : Setup Python
43
43
uses : actions/setup-python@v5
44
44
with :
45
- python-version : 3.9
45
+ python-version : ' 3.10 '
46
46
47
47
- name : Install Python packages
48
48
run : pip install -r requirements.txt
Original file line number Diff line number Diff line change 58
58
- name : Setup Python
59
59
uses : actions/setup-python@v5
60
60
with :
61
- python-version : 3.9
61
+ python-version : ' 3.10 '
62
62
63
63
- name : Install Python packages
64
64
run : pip install -r requirements.txt
@@ -109,7 +109,7 @@ jobs:
109
109
- name : Setup Python
110
110
uses : actions/setup-python@v5
111
111
with :
112
- python-version : 3.9
112
+ python-version : ' 3.10 '
113
113
114
114
- name : Install Python packages
115
115
run : pip install -r requirements.txt
You can’t perform that action at this time.
0 commit comments