mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-18 21:21:17 +00:00
Enable building python37 packages (#283)
This commit is contained in:
parent
de383d93be
commit
ec2cf59baa
1 changed files with 6 additions and 8 deletions
|
|
@ -73,6 +73,8 @@ jobs:
|
|||
python.version: '3.5'
|
||||
Python36:
|
||||
python.version: '3.6'
|
||||
Python37:
|
||||
python.version: '3.7'
|
||||
variables:
|
||||
buildDirectory: '$(Build.SourcesDirectory)\build'
|
||||
steps:
|
||||
|
|
@ -128,6 +130,8 @@ jobs:
|
|||
python.version: '3.5'
|
||||
Python36:
|
||||
python.version: '3.6'
|
||||
Python37:
|
||||
python.version: '3.7'
|
||||
steps:
|
||||
- task: CondaEnvironment@1
|
||||
inputs:
|
||||
|
|
@ -192,7 +196,8 @@ jobs:
|
|||
python.version: '3.5'
|
||||
Python36:
|
||||
python.version: '3.6'
|
||||
|
||||
Python37:
|
||||
python.version: '3.7'
|
||||
steps:
|
||||
- task: CondaEnvironment@1
|
||||
inputs:
|
||||
|
|
@ -222,10 +227,3 @@ jobs:
|
|||
- script: 'sudo rm -rf $(Agent.BuildDirectory)'
|
||||
displayName: 'Clean build folders/files'
|
||||
condition: always()
|
||||
|
||||
- task: CmdLine@1
|
||||
displayName: 'Deactivating Conda Environment'
|
||||
inputs:
|
||||
filename: deactivate
|
||||
continueOnError: true
|
||||
condition: always()
|
||||
|
|
|
|||
Loading…
Reference in a new issue