Skip to content

Commit 250a501

Browse files
committed
fix: no all extras for dev (weird)
1 parent e43cc7c commit 250a501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
set -e
44

5-
uv run maturin dev --uv --all-extras
5+
uv run maturin dev --uv -E arrow
66
uv run pytest "$@"
77
uv run stacrs translate spec-examples/v1.1.0/simple-item.json /dev/null

0 commit comments

Comments
 (0)