Skip to content

Commit 50b77e2

Browse files
committed
REVERT ME
Signed-off-by: Anatoly Myachev <[email protected]>
1 parent 909395a commit 50b77e2

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

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

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -151,22 +151,6 @@ jobs:
151151
run: |
152152
${{ env.TRITON_TEST_CMD }} --unit
153153
154-
- name: Run core tests
155-
run: |
156-
${{ env.TRITON_TEST_CMD }} --core --skip-pip-install
157-
158-
- name: Run interpreter tests
159-
run: |
160-
${{ env.TRITON_TEST_CMD }} --interpreter --skip-pip-install
161-
162-
- name: Run Tutorials
163-
run: |
164-
${{ env.TRITON_TEST_CMD }} --tutorial --skip-pip-install
165-
166-
- name: Run instrumentation tests
167-
run: |
168-
${{ env.TRITON_TEST_CMD }} --instrumentation --skip-pip-install
169-
170154
- name: Get transformers version
171155
run: |
172156
cd pytorch

0 commit comments

Comments
 (0)