File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -142,8 +142,7 @@ jobs:
142142 export USE_HOST_DEPS=1
143143 pushd .
144144 cd tests/py/dynamo
145- python -m pytest --junitxml=${RUNNER_TEST_RESULTS_DIR}/dynamo_fe_test_results.xml --ir dynamo models/test_models_export.py
146- python -m pytest --junitxml=${RUNNER_TEST_RESULTS_DIR}/dyn_models_export.xml --ir dynamo models/test_dyn_models.py
145+ python -m pytest -ra --junitxml=${RUNNER_TEST_RESULTS_DIR}/dyn_models_export.xml --ir dynamo models/
147146 popd
148147
149148 tests-py-dynamo-serde :
Original file line number Diff line number Diff line change @@ -141,8 +141,7 @@ jobs:
141141 export USE_HOST_DEPS=1
142142 pushd .
143143 cd tests/py/dynamo
144- python -m pytest --junitxml=${RUNNER_TEST_RESULTS_DIR}/dynamo_fe_test_results.xml --ir dynamo models/test_models_export.py
145- python -m pytest --junitxml=${RUNNER_TEST_RESULTS_DIR}/dyn_models_export.xml --ir dynamo models/test_dyn_models.py
144+ python -m pytest --junitxml=${RUNNER_TEST_RESULTS_DIR}/dyn_models_export.xml --ir dynamo models/
146145 popd
147146
148147 tests-py-dynamo-serde :
You can’t perform that action at this time.
0 commit comments