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:
142
142
export USE_HOST_DEPS=1
143
143
pushd .
144
144
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/
147
146
popd
148
147
149
148
tests-py-dynamo-serde :
Original file line number Diff line number Diff line change @@ -141,8 +141,7 @@ jobs:
141
141
export USE_HOST_DEPS=1
142
142
pushd .
143
143
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/
146
145
popd
147
146
148
147
tests-py-dynamo-serde :
You can’t perform that action at this time.
0 commit comments