Skip to content

Commit f5bdc99

Browse files
committed
fixes
Signed-off-by: Anatoly Myachev <[email protected]>
1 parent d9ca1e8 commit f5bdc99

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ name: Build on Windows
33
on:
44
workflow_dispatch:
55

6-
pull_request:
7-
branches:
8-
- main
9-
- release/**
106
push:
117
branches:
128
- main

scripts/test-triton.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ run_core_tests() {
182182
ensure_spirv_dis
183183

184184
TRITON_DISABLE_LINE_INFO=1 TRITON_TEST_SUITE=language \
185-
pytest -vvv -s -n ${PYTEST_MAX_PROCESSES:-8} --device xpu "test_scan_layouts[True-1-src_layout10-64-32]"
185+
pytest -vvv -s -n ${PYTEST_MAX_PROCESSES:-8} --device xpu "language/test_core.py::test_scan_layouts[True-1-src_layout10-64-32]"
186186
}
187187

188188
run_regression_tests() {

0 commit comments

Comments
 (0)