File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,6 @@ jobs:
138138 pushd .
139139 cd tests/py
140140 python -m pip install -r requirements.txt
141- python -m pip install nvidia-modelopt[all] --extra-index-url https://pypi.nvidia.com
142141 cd dynamo
143142 python -m pytest -ra --junitxml=${RUNNER_TEST_RESULTS_DIR}/dynamo_converters_test_results.xml -n 4 conversion/
144143 python -m pytest -ra --junitxml=${RUNNER_TEST_RESULTS_DIR}/dynamo_converters_test_results.xml automatic_plugin/test_automatic_plugin.py
@@ -173,7 +172,6 @@ jobs:
173172 pushd .
174173 cd tests/py
175174 python -m pip install -r requirements.txt
176- python -m pip install nvidia-modelopt[all] --extra-index-url https://pypi.nvidia.com
177175 cd dynamo
178176 python -m pytest -ra --junitxml=${RUNNER_TEST_RESULTS_DIR}/dyn_models_export.xml --ir dynamo models/
179177 popd
You can’t perform that action at this time.
0 commit comments