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

Commit ce98328

Browse files
add example script as smoke test
1 parent 4cb18d0 commit ce98328

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,7 @@ jobs:
9191
9292
- name: Test import works
9393
run: |
94-
python -c "
95-
import bitsandbytes
96-
print('✅ bitsandbytes import successful')
97-
import bnb_intel
98-
print('✅ bnb_intel import successful')
99-
print('✅ All imports successful')
100-
"
94+
python -m bitsandbytes_intel
10195
10296
# - name: Test with pytest
10397
# run: pytest

0 commit comments

Comments
 (0)