Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.

Commit ad8bab3

Browse files
need to do simpler smoke test, no xpu runner yet
1 parent ce98328 commit ad8bab3

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/package.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,13 @@ jobs:
9191
9292
- name: Test import works
9393
run: |
94-
python -m bitsandbytes_intel
94+
python -c "
95+
import bitsandbytes
96+
print('✅ bitsandbytes import successful')
97+
import bitsandbytes_intel
98+
print('✅ bitsandbytes_intel import successful')
99+
print('✅ All imports successful - no XPU operations tested, as for that we would need to configure the XPU runner..')
100+
"
95101
96102
# - name: Test with pytest
97103
# run: pytest

0 commit comments

Comments
 (0)