Skip to content

Commit

Permalink
[patch] Dependency updates and newenv changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Feramance committed Nov 12, 2024
1 parent 0856826 commit 693bde3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ newenv:
.venv/bin/pip install -U pip
.venv/bin/pip install -U setuptools==69.5.1
.venv/bin/pip install -U wheel
.venv/bin/pip install -U pre-commit
$(MAKE) syncenv
pre-commit install
syncenv:
python.exe -m pip install --upgrade pip
pip install -Ur requirements.all.txt
Expand Down

0 comments on commit 693bde3

Please sign in to comment.