diff --git a/.pipelines/ci.yml b/.pipelines/ci.yml index 012994d5..6a82714e 100644 --- a/.pipelines/ci.yml +++ b/.pipelines/ci.yml @@ -491,7 +491,7 @@ stages: displayName: Install pytorch - script: | - python -m pytest test + cd test && python -m pytest . displayName: Run python test #################