We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd698ea commit a493ae7Copy full SHA for a493ae7
.ci/templates/windows-sdk.yml
@@ -356,6 +356,12 @@ jobs:
356
inputs:
357
cmakeArgs: --build $(Build.BinariesDirectory)/libdispatch --target install
358
359
+ - task: UsePythonVersion@0
360
+ inputs:
361
+ versionSpec: 3.7.x
362
+ name: python3
363
+ continueOnError: true
364
+
365
- task: PythonScript@0
366
367
scriptSource: inline
@@ -373,6 +379,12 @@ jobs:
373
379
# runtime.
374
380
plistlib.dump({ 'DefaultProperties': { 'DEFAULT_USE_RUNTIME': 'MD' } }, plist)
375
381
382
383
384
+ versionSpec: ${{ parameters.PythonVersion }}
385
+ name: python
386
387
376
388
- ${{ if eq(parameters.TENSORFLOW, true) }}:
377
389
- task: CMake@1
378
390
displayName: Configure PythonKit
0 commit comments