Skip to content

Commit be4f0b7

Browse files
committed
Try --break-system-packages
1 parent 73902b3 commit be4f0b7

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-
python3 -m uv pip install --system -r requirements/development.txt
4+
python3 -m uv pip install --break-system-packages -r requirements/development.txt
55

66
.PHONY: requirements
77
requirements:

0 commit comments

Comments
 (0)