Skip to content

Commit 6d0a5cd

Browse files
Temporarily disable HPU tests
1 parent 1abd5e7 commit 6d0a5cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ jobs:
224224
# run: pip list
225225

226226
test-hpu:
227-
if: github.repository == 'bitsandbytes-foundation/bitsandbytes'
227+
if: false # github.repository == 'bitsandbytes-foundation/bitsandbytes'
228228
needs: build-cpu
229229
strategy:
230230
fail-fast: false
@@ -280,7 +280,7 @@ jobs:
280280
run: pytest --durations=100
281281

282282
test-xpu:
283-
if: github.repository == 'bitsandbytes-foundation/bitsandbytes'
283+
if: false # github.repository == 'bitsandbytes-foundation/bitsandbytes'
284284
needs: build-cpu
285285
strategy:
286286
fail-fast: false

0 commit comments

Comments
 (0)