Skip to content

Commit e78dec4

Browse files
committed
update
1 parent aff3cea commit e78dec4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -426,9 +426,9 @@ jobs:
426426
set -euo pipefail
427427
pushd .
428428
cd tests/py/dynamo
429-
python -m pytest -ra --junitxml=${RUNNER_TEST_RESULTS_DIR}/l2_dynamo_plugins_tests_results.xml automatic_plugin/test_automatic_plugin.py
430-
python -m pytest -ra --junitxml=${RUNNER_TEST_RESULTS_DIR}/l2_dynamo_plugins_tests_results.xml automatic_plugin/test_automatic_plugin_with_attrs.py
431-
python -m pytest -ra --junitxml=${RUNNER_TEST_RESULTS_DIR}/l2_dynamo_plugins_tests_results.xml automatic_plugin/test_flashinfer_rmsnorm.py.py
429+
python -m pytest -ra --junitxml=${RUNNER_TEST_RESULTS_DIR}/test_automatic_plugin.xml automatic_plugin/test_automatic_plugin.py
430+
python -m pytest -ra --junitxml=${RUNNER_TEST_RESULTS_DIR}/test_automatic_plugin_with_attrs.xml automatic_plugin/test_automatic_plugin_with_attrs.py
431+
python -m pytest -ra --junitxml=${RUNNER_TEST_RESULTS_DIR}/test_flashinfer_rmsnorm.xml automatic_plugin/test_flashinfer_rmsnorm.py.py
432432
popd
433433
434434
L2-torchscript-tests:

0 commit comments

Comments
 (0)