Skip to content

Commit

Permalink
build: remove edtiable build & add --no-build-isolation to normal b…
Browse files Browse the repository at this point in the history
…uild
  • Loading branch information
Ziqi-Yang committed Sep 1, 2024
1 parent cd39209 commit cc1897a
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,17 @@ set dotenv-load
LLVM-CONFIG := env('LLVM_CONFIG', "llvm-config")

install:
pip install --no-build-isolation -ve .

test: install-normal
pip install --no-build-isolation -v .
test: install
python -m pytest

build-wheels: install-normal
build-wheels: install
python -m build

ipython: install-normal
ipython: install
ipython

install-normal:
pip install -v .

install-dev-requirements:
pip install -r ./requirements.txt
Expand Down

0 comments on commit cc1897a

Please sign in to comment.