File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ jobs:
138
138
pushd .
139
139
cd tests/py
140
140
python -m pip install -r requirements.txt
141
- python -m pip install nvidia-modelopt[all]; python_version < "3.13" --extra-index-url https://pypi.nvidia.com
141
+ python -m pip install nvidia-modelopt[all] --extra-index-url https://pypi.nvidia.com
142
142
cd dynamo
143
143
python -m pytest -ra --junitxml=${RUNNER_TEST_RESULTS_DIR}/dynamo_converters_test_results.xml -n 4 conversion/
144
144
python -m pytest -ra --junitxml=${RUNNER_TEST_RESULTS_DIR}/dynamo_converters_test_results.xml automatic_plugin/test_automatic_plugin.py
@@ -173,7 +173,7 @@ jobs:
173
173
pushd .
174
174
cd tests/py
175
175
python -m pip install -r requirements.txt
176
- python -m pip install nvidia-modelopt[all]; python_version < "3.13" --extra-index-url https://pypi.nvidia.com
176
+ python -m pip install nvidia-modelopt[all] --extra-index-url https://pypi.nvidia.com
177
177
cd dynamo
178
178
python -m pytest -ra --junitxml=${RUNNER_TEST_RESULTS_DIR}/dyn_models_export.xml --ir dynamo models/
179
179
popd
You can’t perform that action at this time.
0 commit comments