Skip to content

Commit

Permalink
Add setuptools package explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
jacopofar committed Dec 9, 2024
1 parent 79ccc2b commit 51e62ed
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 @@ -13,6 +13,8 @@ all: lint test

$(VENV): requirements.txt requirements-dev.txt setup.py
$(PY) -m venv $(VENV)
# required since Python 3.12
$(BIN)/pip install setuptools
$(BIN)/pip install --upgrade -r requirements.txt
$(BIN)/pip install --upgrade -r requirements-dev.txt
$(BIN)/pip install -e .
Expand Down

0 comments on commit 51e62ed

Please sign in to comment.