Skip to content

Commit 6ef7985

Browse files
committed
Fix Makefile
1 parent 615b329 commit 6ef7985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ install-no-root: pull-init update-no-root
1818
pip:
1919
# Install and upgrade pip dependencies
2020
pip install --upgrade pip --user
21-
pip install --upgrade -r requirements/dev.txt --user --break-system-packages -v
21+
pip install --upgrade -r requirements/dev.txt --user --break-system-packages -v
2222

2323
pre-commit:
2424
# Install pre-commit hooks for all submodules that have a .pre-commit-config.yaml file

0 commit comments

Comments
 (0)