Skip to content
Snippets Groups Projects
Commit f87cfe0c authored by David Trattnig's avatar David Trattnig
Browse files

fix(poetry): install as one-liner

parent 07443f09
No related branches found
No related tags found
No related merge requests found
......@@ -63,11 +63,9 @@ DOCKER_RUN = @docker run \
# Targets
init.app:: pyproject.toml
poetry install --without dev
poetry install --extras "pgsql"
poetry install --without dev --extras "pgsql"
init.dev:: pyproject.toml
poetry install
poetry install --extras "pgsql"
poetry run pre-commit autoupdate
poetry run pre-commit install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment