Skip to content

Commit 2594e44

Browse files
committed
Fix Makefile
1 parent 615b329 commit 2594e44

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ install-no-root: pull-init update-no-root
1717

1818
pip:
1919
# Install and upgrade pip dependencies
20-
pip install --upgrade pip --user
21-
pip install --upgrade -r requirements/dev.txt --user --break-system-packages -v
20+
pip install --upgrade pip --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)