File tree Expand file tree Collapse file tree 1 file changed +1
-14
lines changed
azure-pipelines-templates Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Original file line number Diff line number Diff line change 2525 - task : UsePythonVersion@0
2626 displayName : Use Python 3.10
2727 inputs :
28- versionSpec : 3.10
29-
30- # # TODO switch to Py 3.11 Pyside6
31- # NOPE tk-ci-tools knows we don'T need PySide for this one
28+ versionSpec : " 3.10"
3229
3330 - task : Bash@3
3431 displayName : Install Python dependencies
4037 pip install --upgrade \
4138 https://github.com/shotgunsoftware/tk-toolchain/archive/${{ parameters.tk_toolchain_ref }}.zip
4239
43- # - task: Bash@3
44- # displayName: Clone the tk-core repository
45- # inputs:
46- # targetType: inline
47- # script: |
48- # git clone --depth 1 \
49- # --branch ${{ parameters.tk_core_ref }} \
50- # https://github.com/shotgunsoftware/tk-core \
51- # ../tk-core
52-
5340 - task : Bash@3
5441 displayName : Build Shpinx Documentation
5542 inputs :
You can’t perform that action at this time.
0 commit comments