Skip to content

Commit a00fa07

Browse files
committed
chore: remove build isolation
1 parent f5cf871 commit a00fa07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ pip-install: ## Install pinned depdencies from requirements.txt
9090
$(PYTHON) -m pip install --upgrade pip hatchling wheel
9191
$(PYTHON) -m pip install -r requirements-dev.txt -e .
9292
$(PYTHON) -m pip install \
93+
--no-build-isolation \
9394
'git+https://github.com/alexfikl/PyWENO.git@numpy-2.0#egg=PyWENO'
9495
.PHONY: pip-install
9596

0 commit comments

Comments
 (0)