fix: correct package version resolution in dependency installer

This commit is contained in:
2024-12-02 11:02:33 +00:00
parent 7d0ba4d3c9
commit bf6ec45ae5
15 changed files with 58 additions and 12 deletions
+18
View File
@@ -0,0 +1,18 @@
PYTHON=.venv/bin/python
PIP=.venv/bin/pip
all: build
ensure_env:
-@python3 -m venv .venv
build: ensure_env
$(PIP) install -e .
$(PIP) install build
$(PIP) install shed
$(PYTHON) -m shed
$(PYTHON) -m build