Skip to content

Commit 03dbe34

Browse files
committed
clean up test.yml
1 parent 003ae7d commit 03dbe34

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ jobs:
155155
if [[ "${{ contains(matrix.alias, 'cpu') }}" == "true" ]]; then export TRITON_CPU_BACKEND=1; fi
156156
# -rf: print failed tests
157157
# --timeout: max allowed time for each test
158-
# Set test path: "." for regular tests, "test/test_examples_dist.py" for distributed
159158
TEST_PATH=$([[ "${{ contains(matrix.alias, 'distributed') }}" == "true" ]] && echo "test/test_examples_dist.py" || echo ".")
160159
EXTRA_FLAGS=$([[ "${{ contains(matrix.alias, 'distributed') }}" == "true" ]] && echo "" || echo "--ignore=test/test_examples_dist.py")
161160
pytest -rf --timeout=60 $EXTRA_FLAGS $TEST_PATH

0 commit comments

Comments
 (0)