We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2ef1a2 commit 0df46e0Copy full SHA for 0df46e0
tools/ci_build/github/azure-pipelines/templates/py-packaging-stage.yml
@@ -881,14 +881,13 @@ stages:
881
PoolName: Onnxruntime-Linux-GPU
882
UpstreamJob: Linux_py_GPU_Wheels
883
884
- # The following one doesn't work, need fixes
885
- # - template: test_python_linux.yml
886
- # parameters:
887
- # ArtifactName: onnxruntime_linux_gpu_x86_64
888
- # OrtPythonPackageName: onnxruntime_gpu
889
- # PoolName: ubuntu-20.04
890
- # UsePublicHostedPool: true
891
- # JobNameSuffix: '2'
+ - template: test_python_linux.yml
+ parameters:
+ ArtifactName: onnxruntime_linux_gpu_x86_64
+ OrtPythonPackageName: onnxruntime_gpu
+ PoolName: ubuntu-20.04
+ UsePublicHostedPool: true
+ JobNameSuffix: '2'
892
893
- ${{ if eq(parameters.enable_mac_cpu, true) }}:
894
- template: test_python_linux.yml
0 commit comments