Skip to content

Commit c8365bc

Browse files
authored
fix pip install for ubuntu 24.04 (#1502)
Signed-off-by: Bala.FA <bala@minio.io>
1 parent ea37d62 commit c8365bc

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
@@ -3,7 +3,7 @@ default: tests
33

44
getdeps:
55
@echo "Installing required dependencies"
6-
@pip install --user --upgrade autopep8 certifi pytest pylint urllib3 argon2-cffi pycryptodome typing-extensions mypy
6+
@pip install --break-system-packages --user --upgrade autopep8 certifi pytest pylint urllib3 argon2-cffi pycryptodome typing-extensions mypy
77

88
check: getdeps
99
@echo "Running checks"

0 commit comments

Comments
 (0)