mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-28 20:11:22 +00:00
to build cpu training packages for multiple multiple python versions (#8750)
Co-authored-by: liqun <liqun@OrtTrainingDev4.af05slrtruoetgaxwwjv5nsq5e.px.internal.cloudapp.net>
This commit is contained in:
parent
419834d285
commit
2b1f0816f8
1 changed files with 11 additions and 1 deletions
|
|
@ -11,9 +11,19 @@ stages:
|
|||
pool: Linux-CPU
|
||||
|
||||
variables:
|
||||
PythonVersion: $(PYTHON_VERSION)
|
||||
DockerFile: 'Dockerfile.manylinux2014_cpu'
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
Python36:
|
||||
PythonVersion: '3.6'
|
||||
Python37:
|
||||
PythonVersion: '3.7'
|
||||
Python38:
|
||||
PythonVersion: '3.8'
|
||||
Python39:
|
||||
PythonVersion: '3.9'
|
||||
|
||||
steps:
|
||||
- checkout: self
|
||||
clean: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue