Skip to content

Commit

Permalink
fixup! Pin setuptools and use it
Browse files Browse the repository at this point in the history
  • Loading branch information
fauust authored and RazvanLiviuVarzaru committed Jul 30, 2024
1 parent 106a7fa commit ec14606
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,7 @@ venv: ## Create python3 venv if it does not exists

install-pip-packages: ## Install python3 requirements
$(info --> Install requirements via `pip`)
# //TEMP needed because of
# https://github.com/astral-sh/uv/issues/5551
# https://github.com/pypa/setuptools/issues/4519
uv pip install setuptools==71.0.0
uv pip install --no-build-isolation -r requirements.txt
uv pip install -r requirements.txt

install-vlad-bb-fork: ## Install vlad bb fork
$(info --> Install vlad's bb fork)
Expand Down

0 comments on commit ec14606

Please sign in to comment.