Skip to content

Commit 0df46e0

Browse files
committed
update
1 parent d2ef1a2 commit 0df46e0

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

tools/ci_build/github/azure-pipelines/templates/py-packaging-stage.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -881,14 +881,13 @@ stages:
881881
PoolName: Onnxruntime-Linux-GPU
882882
UpstreamJob: Linux_py_GPU_Wheels
883883

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'
884+
- template: test_python_linux.yml
885+
parameters:
886+
ArtifactName: onnxruntime_linux_gpu_x86_64
887+
OrtPythonPackageName: onnxruntime_gpu
888+
PoolName: ubuntu-20.04
889+
UsePublicHostedPool: true
890+
JobNameSuffix: '2'
892891

893892
- ${{ if eq(parameters.enable_mac_cpu, true) }}:
894893
- template: test_python_linux.yml

0 commit comments

Comments
 (0)