File tree Expand file tree Collapse file tree 1 file changed +1
-16
lines changed
Expand file tree Collapse file tree 1 file changed +1
-16
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ jobs:
125125 - name : Set up Python
126126 uses : actions/setup-python@v5
127127 with :
128- python-version : ' 3.10 '
128+ python-version : ' 3.12 '
129129
130130 - name : Install Python Dependencies
131131 run : |
@@ -160,11 +160,6 @@ jobs:
160160 - name : Checkout FindAFactor
161161 uses : actions/checkout@v4
162162
163- - name : Set up Python
164- uses : actions/setup-python@v5
165- with :
166- python-version : ' 3.10'
167-
168163 - name : Install Python Dependencies
169164 run : |
170165 python -m pip install --upgrade pip
@@ -198,11 +193,6 @@ jobs:
198193 - name : Checkout FindAFactor
199194 uses : actions/checkout@v4
200195
201- - name : Set up Python
202- uses : actions/setup-python@v5
203- with :
204- python-version : ' 3.10'
205-
206196 - name : Install Python Dependencies
207197 run : |
208198 python -m pip install --upgrade pip
@@ -236,11 +226,6 @@ jobs:
236226 - name : Checkout FindAFactor
237227 uses : actions/checkout@v4
238228
239- - name : Set up Python
240- uses : actions/setup-python@v5
241- with :
242- python-version : ' 3.10'
243-
244229 - name : Install Python Dependencies
245230 run : |
246231 python -m pip install --upgrade pip
You can’t perform that action at this time.
0 commit comments