|
86 | 86 | popd |
87 | 87 | pushd . |
88 | 88 | cd tests/py/ts |
89 | | - ${CONDA_RUN} python -m pip install --pre -r ../requirements.txt |
| 89 | + ${CONDA_RUN} python -m pip install --pre -r ../requirements.txt --use-deprecated=legacy-resolver |
90 | 90 | ${CONDA_RUN} python -m pytest --junitxml=${RUNNER_TEST_RESULTS_DIR}/ts_api_test_results.xml api/ |
91 | 91 | ${CONDA_RUN} python -m pytest --junitxml=${RUNNER_TEST_RESULTS_DIR}/ts_models_test_results.xml models/ |
92 | 92 | ${CONDA_RUN} python -m pytest --junitxml=${RUNNER_TEST_RESULTS_DIR}/ts_integrations_test_results.xml integrations/ |
@@ -117,7 +117,7 @@ jobs: |
117 | 117 | export LD_LIBRARY_PATH=/opt/torch-tensorrt-builds/TensorRT-10.0.1.6/lib:$LD_LIBRARY_PATH |
118 | 118 | pushd . |
119 | 119 | cd tests/py/dynamo |
120 | | - ${CONDA_RUN} python -m pip install --pre -r ../requirements.txt |
| 120 | + ${CONDA_RUN} python -m pip install --pre -r ../requirements.txt --use-deprecated=legacy-resolver |
121 | 121 | ${CONDA_RUN} python -m pytest --junitxml=${RUNNER_TEST_RESULTS_DIR}/dynamo_converters_test_results.xml -n 10 conversion/ |
122 | 122 | popd |
123 | 123 |
|
@@ -146,7 +146,7 @@ jobs: |
146 | 146 | export LD_LIBRARY_PATH=/opt/torch-tensorrt-builds/TensorRT-10.0.1.6/lib:$LD_LIBRARY_PATH |
147 | 147 | pushd . |
148 | 148 | cd tests/py/dynamo |
149 | | - ${CONDA_RUN} python -m pip install --pre -r ../requirements.txt |
| 149 | + ${CONDA_RUN} python -m pip install --pre -r ../requirements.txt --use-deprecated=legacy-resolver |
150 | 150 | ${CONDA_RUN} python -m pytest --junitxml=${RUNNER_TEST_RESULTS_DIR}/dynamo_fe_test_results.xml --ir dynamo models/test_models_export.py |
151 | 151 | ${CONDA_RUN} python -m pytest --junitxml=${RUNNER_TEST_RESULTS_DIR}/dyn_models_export.xml --ir dynamo models/test_dyn_models.py |
152 | 152 | popd |
@@ -176,7 +176,7 @@ jobs: |
176 | 176 | export LD_LIBRARY_PATH=/opt/torch-tensorrt-builds/TensorRT-10.0.1.6/lib:$LD_LIBRARY_PATH |
177 | 177 | pushd . |
178 | 178 | cd tests/py/dynamo |
179 | | - ${CONDA_RUN} python -m pip install --pre -r ../requirements.txt |
| 179 | + ${CONDA_RUN} python -m pip install --pre -r ../requirements.txt --use-deprecated=legacy-resolver |
180 | 180 | ${CONDA_RUN} python -m pytest --junitxml=${RUNNER_TEST_RESULTS_DIR}/export_serde_test_results.xml --ir dynamo models/test_export_serde.py |
181 | 181 | popd |
182 | 182 |
|
@@ -205,7 +205,7 @@ jobs: |
205 | 205 | export LD_LIBRARY_PATH=/opt/torch-tensorrt-builds/TensorRT-10.0.1.6/lib:$LD_LIBRARY_PATH |
206 | 206 | pushd . |
207 | 207 | cd tests/py/dynamo |
208 | | - ${CONDA_RUN} python -m pip install --pre -r ../requirements.txt |
| 208 | + ${CONDA_RUN} python -m pip install --pre -r ../requirements.txt --use-deprecated=legacy-resolver |
209 | 209 | ${CONDA_RUN} python -m pytest -n 10 --junitxml=${RUNNER_TEST_RESULTS_DIR}/torch_compile_be_test_results.xml backend/ |
210 | 210 | ${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 |
211 | 211 | ${CONDA_RUN} python -m pytest --junitxml=${RUNNER_TEST_RESULTS_DIR}/torch_compile_dyn_models_export.xml --ir torch_compile models/test_dyn_models.py |
@@ -236,7 +236,7 @@ jobs: |
236 | 236 | export LD_LIBRARY_PATH=/opt/torch-tensorrt-builds/TensorRT-10.0.1.6/lib:$LD_LIBRARY_PATH |
237 | 237 | pushd . |
238 | 238 | cd tests/py/dynamo |
239 | | - ${CONDA_RUN} python -m pip install --pre -r ../requirements.txt |
| 239 | + ${CONDA_RUN} python -m pip install --pre -r ../requirements.txt --use-deprecated=legacy-resolver |
240 | 240 | ${CONDA_RUN} python -m pytest -n 4 --junitxml=${RUNNER_TEST_RESULTS_DIR}/tests_py_dynamo_core_runtime_test_results.xml runtime/ |
241 | 241 | ${CONDA_RUN} python -m pytest -n 4 --junitxml=${RUNNER_TEST_RESULTS_DIR}/tests_py_dynamo_core_partitioning_test_results.xml partitioning/ |
242 | 242 | ${CONDA_RUN} python -m pytest -n 4 --junitxml=${RUNNER_TEST_RESULTS_DIR}/tests_py_dynamo_core_lowering_test_results.xml lowering/ |
@@ -266,6 +266,6 @@ jobs: |
266 | 266 | export LD_LIBRARY_PATH=/opt/torch-tensorrt-builds/TensorRT-10.0.1.6/lib:$LD_LIBRARY_PATH |
267 | 267 | pushd . |
268 | 268 | cd tests/py/core |
269 | | - ${CONDA_RUN} python -m pip install --pre -r ../requirements.txt |
| 269 | + ${CONDA_RUN} python -m pip install --pre -r ../requirements.txt --use-deprecated=legacy-resolver |
270 | 270 | ${CONDA_RUN} python -m pytest -n 4 --junitxml=${RUNNER_TEST_RESULTS_DIR}/tests_py_core_test_results.xml . |
271 | 271 | popd |
0 commit comments