Updated build to use environment
All checks were successful
dR export statistics / Compile (push) Successful in 6m57s

This commit is contained in:
retoor 2024-11-25 20:50:20 +01:00
parent b7c1558686
commit 4b4c663859

View File

@ -4,9 +4,9 @@ ensure_env:
-@python3 -m venv venv -@python3 -m venv venv
build: build:
pip install build ./venv/bin/python -m pip install build
python -m build . ./venv/bin/python -m build .
pip install -e . ./venv/bin/python -m pip install -e .