Unverified Commit 6d0a5cd2 authored by Matthew Douglas's avatar Matthew Douglas Committed by GitHub
Browse files

Temporarily disable HPU tests

parent 1abd5e78
......@@ -224,7 +224,7 @@ jobs:
# run: pip list
test-hpu:
if: github.repository == 'bitsandbytes-foundation/bitsandbytes'
if: false # github.repository == 'bitsandbytes-foundation/bitsandbytes'
needs: build-cpu
strategy:
fail-fast: false
......@@ -280,7 +280,7 @@ jobs:
run: pytest --durations=100
test-xpu:
if: github.repository == 'bitsandbytes-foundation/bitsandbytes'
if: false # github.repository == 'bitsandbytes-foundation/bitsandbytes'
needs: build-cpu
strategy:
fail-fast: false
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment