File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -165,9 +165,9 @@ jobs:
165165 resource_class : large
166166 steps :
167167 - run :
168- name : Install python 3.9
168+ name : Install python 3.12
169169 command : |
170- sudo apt-get install python3.9 -full python3.9 -dev python3.9 -venv
170+ sudo apt-get install python3.12 -full python3.12 -dev python3.12 -venv
171171 echo 'export PATH="$HOME/.local/bin:$PATH"' >>"$BASH_ENV"
172172 - run :
173173 name : Clone system-tests
@@ -182,10 +182,10 @@ jobs:
182182 command : |
183183 cd system-tests
184184 pyenv local system
185- python3.9 --version
186- python3.9 -m pip install wheel
187- python3.9 -m pip install -r requirements.txt
188- sudo ln -sf /usr/bin/python3.9 /usr/bin/python
185+ python3.12 --version
186+ python3.12 -m pip install wheel
187+ python3.12 -m pip install -r requirements.txt
188+ sudo ln -sf /usr/bin/python3.12 /usr/bin/python
189189
190190 - run :
191191 name : Run Parametric tests
You can’t perform that action at this time.
0 commit comments