File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1919
2020 - task : UsePythonVersion@0
2121 name : UsePy
22- displayName : ' Use Python 3.13 '
22+ displayName : ' Use Python 3.10 '
2323 inputs :
24- versionSpec : ' 3.13 '
24+ versionSpec : ' 3.10 '
2525
2626 - bash : |
2727 echo "Checking the python version in use to set LD_LIBRARY_PATH"
Original file line number Diff line number Diff line change 7070
7171 - task : UsePythonVersion@0
7272 name : UsePy
73- displayName : " Use Python 3.13 "
73+ displayName : " Use Python 3.10 "
7474 inputs :
75- versionSpec : 3.13
75+ versionSpec : 3.10
7676
7777 - bash : |
7878 echo "Checking the python version in use to set LD_LIBRARY_PATH"
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ stages:
134134
135135 - task : UsePythonVersion@0
136136 name : UsePy
137- displayName : " Use Python 3.13 "
137+ displayName : " Use Python 3.10 "
138138 inputs :
139139 versionSpec : 3.10
140140
Original file line number Diff line number Diff line change 4545
4646 - task : UsePythonVersion@0
4747 name : UsePy
48- displayName : ' Use Python 3.13 '
48+ displayName : ' Use Python 3.10 '
4949 inputs :
50- versionSpec : 3.13
50+ versionSpec : 3.10
5151
5252 - bash : |
5353 echo "Checking the python version in use to set LD_LIBRARY_PATH"
You can’t perform that action at this time.
0 commit comments