"docs/vscode:/vscode.git/clone" did not exist on "485427f183eff1f2b7ee029a3a3bca8d26ddcacb"
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: ...@@ -224,7 +224,7 @@ jobs:
# run: pip list # run: pip list
test-hpu: test-hpu:
if: github.repository == 'bitsandbytes-foundation/bitsandbytes' if: false # github.repository == 'bitsandbytes-foundation/bitsandbytes'
needs: build-cpu needs: build-cpu
strategy: strategy:
fail-fast: false fail-fast: false
...@@ -280,7 +280,7 @@ jobs: ...@@ -280,7 +280,7 @@ jobs:
run: pytest --durations=100 run: pytest --durations=100
test-xpu: test-xpu:
if: github.repository == 'bitsandbytes-foundation/bitsandbytes' if: false # github.repository == 'bitsandbytes-foundation/bitsandbytes'
needs: build-cpu needs: build-cpu
strategy: strategy:
fail-fast: false 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