Skip to content

Commit a893fdc

Browse files
committed
chore: updates
1 parent 7502837 commit a893fdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-test-linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
pushd .
139139
cd tests/py
140140
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
142142
cd dynamo
143143
python -m pytest -ra --junitxml=${RUNNER_TEST_RESULTS_DIR}/dynamo_converters_test_results.xml -n 4 conversion/
144144
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:
173173
pushd .
174174
cd tests/py
175175
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
177177
cd dynamo
178178
python -m pytest -ra --junitxml=${RUNNER_TEST_RESULTS_DIR}/dyn_models_export.xml --ir dynamo models/
179179
popd

0 commit comments

Comments
 (0)