Skip to content

Commit 1a7d4f6

Browse files
committed
The uv flag is --no-build-isolation
1 parent 46525fb commit 1a7d4f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.PHONY: ci_requirements
22
ci_requirements:
33
python3 -m pip install uv
4-
pip install --no-isolation -r requirements/development.txt
4+
pip install --no-build-isolation -r requirements/development.txt
55

66
.PHONY: requirements
77
requirements:

0 commit comments

Comments
 (0)