Skip to content

Commit 5d68d95

Browse files
authored
Remove PYTEST_MAX_PROCESSES from the workflow (#3627)
Instead, it should be set for each windows runner.
1 parent 1a04f32 commit 5d68d95

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ env:
2323
PYTHONIOENCODING: utf-8
2424
NEW_WORKSPACE: C:\gh${{ github.run_id }}
2525
ZE_PATH: C:\level_zero
26-
PYTEST_MAX_PROCESSES: 8
2726
SKIPLIST: --skip-list scripts/skiplist/${{ inputs.skip_list }}
2827
TRITON_TEST_CMD: bash -x scripts/test-triton.sh --skip-pytorch-install --skip-pip-install --skip-list scripts/skiplist/${{ inputs.skip_list }} --reports-dir reports --ignore-errors
2928

0 commit comments

Comments
 (0)