Skip to content

Commit 6889e1a

Browse files
committed
fix ci install editable
Signed-off-by: Keming <[email protected]>
1 parent 58efc12 commit 6889e1a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ install:
1010
rustup component add rustfmt clippy --toolchain nightly
1111

1212
dev:
13-
maturin develop
13+
pip install -e .
1414

1515
test: dev
1616
@pip install -q -r requirements/mixin.txt

0 commit comments

Comments
 (0)