Skip to content

Commit 02e3a23

Browse files
committed
Cleanups
1 parent 6917d01 commit 02e3a23

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

azure-pipelines-templates/build_documentation.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,7 @@ jobs:
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
@@ -40,16 +37,6 @@ jobs:
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:

0 commit comments

Comments
 (0)