File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 7272 export USE_HOST_DEPS=1
7373 pushd .
7474 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
7676 ${CONDA_RUN} python -m pytest --junitxml=${RUNNER_TEST_RESULTS_DIR}/dynamo_converters_test_results.xml -n 10 conversion/
7777 popd
7878
9898 export USE_HOST_DEPS=1
9999 pushd .
100100 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
102102 ${CONDA_RUN} python -m pytest --junitxml=${RUNNER_TEST_RESULTS_DIR}/dynamo_fe_test_results.xml --ir dynamo models/test_models_export.py
103103 ${CONDA_RUN} python -m pytest --junitxml=${RUNNER_TEST_RESULTS_DIR}/dyn_models_export.xml --ir dynamo models/test_dyn_models.py
104104 popd
@@ -125,7 +125,7 @@ jobs:
125125 export USE_HOST_DEPS=1
126126 pushd .
127127 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
129129 ${CONDA_RUN} python -m pytest -n 10 --junitxml=${RUNNER_TEST_RESULTS_DIR}/torch_compile_be_test_results.xml backend/
130130 ${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
131131 popd
@@ -152,7 +152,7 @@ jobs:
152152 export USE_HOST_DEPS=1
153153 pushd .
154154 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
156156 ${CONDA_RUN} python -m pytest -n 4 --junitxml=${RUNNER_TEST_RESULTS_DIR}/tests_py_dynamo_core_runtime_test_results.xml runtime/
157157 ${CONDA_RUN} python -m pytest -n 4 --junitxml=${RUNNER_TEST_RESULTS_DIR}/tests_py_dynamo_core_partitioning_test_results.xml partitioning/
158158 ${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