Skip to content

Commit 5362bde

Browse files
committed
update
1 parent 31623f7 commit 5362bde

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

.github/workflows/pip-test.yml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -58,19 +58,4 @@ jobs:
5858
- name: Install Triton runtime dependencies
5959
run: |
6060
pip install intel-sycl-rt intel-pti
61-
62-
- name: Run core tests
63-
run: |
64-
${{ env.TRITON_TEST_CMD }} --core
65-
66-
- name: Run interpreter tests
67-
run: |
68-
${{ env.TRITON_TEST_CMD }} --interpreter --skip-pip-install
69-
70-
- name: Run Tutorials
71-
run: |
72-
${{ env.TRITON_TEST_CMD }} --tutorial --skip-pip-install
73-
74-
- name: Run inductor test
75-
run: |
76-
${{ env.TRITON_TEST_CMD }} --inductor --skip-pip-install
61+
pytest -k "not test_disam_cubin" -s python/test/unit/tools/test_aot.py

0 commit comments

Comments
 (0)