Skip to content

Commit 0e3d7ef

Browse files
committed
Remove building with different feature sets from CI as we do not have any features anymore.
1 parent e751b2b commit 0e3d7ef

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,6 @@ jobs:
6868
with open("Cargo.toml", "w") as f:
6969
toml.dump(cargo_toml, f)
7070
shell: python
71-
- name: Build without default features
72-
run: cargo build --no-default-features
73-
- name: Build with default features
74-
run: cargo build
7571
- name: Test
7672
run: |
7773
pip install numpy

0 commit comments

Comments
 (0)