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:
liqun Fu 2021-08-17 10:49:44 -07:00 committed by GitHub
parent 419834d285
commit 2b1f0816f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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