File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 72
72
export USE_HOST_DEPS=1
73
73
pushd .
74
74
cd tests/py/dynamo
75
- ${CONDA_RUN} python -m pip install --pre -r ../requirements.txt
75
+ ${CONDA_RUN} python -m pip install --pre -r ../requirements.txt --use-deprecated=legacy-resolver
76
76
${CONDA_RUN} python -m pytest --junitxml=${RUNNER_TEST_RESULTS_DIR}/dynamo_converters_test_results.xml -n 10 conversion/
77
77
popd
78
78
98
98
export USE_HOST_DEPS=1
99
99
pushd .
100
100
cd tests/py/dynamo
101
- ${CONDA_RUN} python -m pip install --pre -r ../requirements.txt
101
+ ${CONDA_RUN} python -m pip install --pre -r ../requirements.txt --use-deprecated=legacy-resolver
102
102
${CONDA_RUN} python -m pytest --junitxml=${RUNNER_TEST_RESULTS_DIR}/dynamo_fe_test_results.xml --ir dynamo models/test_models_export.py
103
103
${CONDA_RUN} python -m pytest --junitxml=${RUNNER_TEST_RESULTS_DIR}/dyn_models_export.xml --ir dynamo models/test_dyn_models.py
104
104
popd
@@ -125,7 +125,7 @@ jobs:
125
125
export USE_HOST_DEPS=1
126
126
pushd .
127
127
cd tests/py/dynamo
128
- ${CONDA_RUN} python -m pip install --pre -r ../requirements.txt
128
+ ${CONDA_RUN} python -m pip install --pre -r ../requirements.txt --use-deprecated=legacy-resolver
129
129
${CONDA_RUN} python -m pytest -n 10 --junitxml=${RUNNER_TEST_RESULTS_DIR}/torch_compile_be_test_results.xml backend/
130
130
${CONDA_RUN} python -m pytest -n 4 --junitxml=${RUNNER_TEST_RESULTS_DIR}/torch_comple_be_e2e_test_results.xml --ir torch_compile models/test_models.py
131
131
popd
@@ -152,7 +152,7 @@ jobs:
152
152
export USE_HOST_DEPS=1
153
153
pushd .
154
154
cd tests/py/dynamo
155
- ${CONDA_RUN} python -m pip install --pre -r ../requirements.txt
155
+ ${CONDA_RUN} python -m pip install --pre -r ../requirements.txt --use-deprecated=legacy-resolver
156
156
${CONDA_RUN} python -m pytest -n 4 --junitxml=${RUNNER_TEST_RESULTS_DIR}/tests_py_dynamo_core_runtime_test_results.xml runtime/
157
157
${CONDA_RUN} python -m pytest -n 4 --junitxml=${RUNNER_TEST_RESULTS_DIR}/tests_py_dynamo_core_partitioning_test_results.xml partitioning/
158
158
${CONDA_RUN} python -m pytest -n 4 --junitxml=${RUNNER_TEST_RESULTS_DIR}/tests_py_dynamo_core_lowering_test_results.xml lowering/
You can’t perform that action at this time.
0 commit comments