We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 003ae7d commit 03dbe34Copy full SHA for 03dbe34
.github/workflows/test.yml
@@ -155,7 +155,6 @@ jobs:
155
if [[ "${{ contains(matrix.alias, 'cpu') }}" == "true" ]]; then export TRITON_CPU_BACKEND=1; fi
156
# -rf: print failed tests
157
# --timeout: max allowed time for each test
158
- # Set test path: "." for regular tests, "test/test_examples_dist.py" for distributed
159
TEST_PATH=$([[ "${{ contains(matrix.alias, 'distributed') }}" == "true" ]] && echo "test/test_examples_dist.py" || echo ".")
160
EXTRA_FLAGS=$([[ "${{ contains(matrix.alias, 'distributed') }}" == "true" ]] && echo "" || echo "--ignore=test/test_examples_dist.py")
161
pytest -rf --timeout=60 $EXTRA_FLAGS $TEST_PATH
0 commit comments