Skip to content

Commit c233687

Browse files
committed
ci: build without default features (no CUDA/OpenCL on CI)
1 parent d96010e commit c233687

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: pip install maturin
5454

5555
- name: Build (debug)
56-
run: maturin develop
56+
run: maturin develop --no-default-features
5757
env:
5858
RUSTFLAGS: -C target-cpu=native
5959

0 commit comments

Comments
 (0)