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 @@ -22,7 +22,7 @@ variables:
2222 - name : MACOSX_DEPLOYMENT_TARGET
2323 value : ' 10.15'
2424 - name : python.version
25- value : ' 3.7 '
25+ value : ' 3.9 '
2626 - name : ' PYTHON'
2727 value : python
2828 - name : ' ARGS'
3737 steps :
3838 - task : UsePythonVersion@0
3939 inputs :
40- versionSpec : ' 3.7 '
40+ versionSpec : ' $(python.version) '
4141 addToPath : true
4242 - script : |
4343 python -m pip install --upgrade pip setuptools
Original file line number Diff line number Diff line change 1717variables :
1818 COVERITY_TOOL_HOME : $(Agent.BuildDirectory)/cov-analysis
1919 DESCRIPTION : Nightly
20- python.version : ' 3.8 '
20+ python.version : ' 3.9 '
2121 PYTHON : ' python'
2222 ARGS : ' 1'
2323 OFF_ONEDAL_IFACE : ' 1'
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ beautifulsoup4==4.10.0
77bleach==4.1.0
88certifi==2021.10.8
99charset-normalizer==2.0.7
10- click==8.0.3
10+ click
1111decorator==5.1.0
1212defusedxml==0.7.1
1313docutils==0.16
@@ -36,7 +36,6 @@ pandocfilters==1.5.0
3636parso==0.8.2
3737pexpect==4.8.0
3838pickleshare==0.7.5
39- pkg-resources==0.0.0
4039prompt-toolkit==3.0.21
4140ptyprocess==0.7.0
4241pydata-sphinx-theme==0.6.3
@@ -53,6 +52,7 @@ snowballstemmer==2.1.0
5352soupsieve==2.2.1
5453Sphinx==3.5.4
5554sphinx-book-theme==0.1.6
55+ sphinx_rtd_theme
5656sphinxcontrib-applehelp==1.0.2
5757sphinxcontrib-devhelp==1.0.2
5858sphinxcontrib-htmlhelp==2.0.0
@@ -66,4 +66,4 @@ typing-extensions==3.10.0.2
6666urllib3==1.26.7
6767wcwidth==0.2.5
6868webencodings==0.5.1
69- zipp==3.6.0
69+ zipp==3.6.0
You can’t perform that action at this time.
0 commit comments