Skip to content

Commit

Permalink
fix(Makefile): force same python version as in prod, and pin setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
remdub committed Oct 29, 2024
1 parent 766994b commit f3d2b4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ bin/instance: bin/buildout
bin/buildout

bin/pip:
python3 -m venv .
python3.10 -m venv .
bin/pip install setuptools==69.0.2

run: bin/instance
bin/instance fg
Expand Down

0 comments on commit f3d2b4e

Please sign in to comment.