From 43fbb3993b08eda5b2e94ab544a5d0f16ca4fa60 Mon Sep 17 00:00:00 2001 From: Ethan Paul Date: Sun, 19 Mar 2023 01:45:23 -0400 Subject: [PATCH] Update makefile to use latest poetry command syntax --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 225f02c..aeabc01 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ clean: rm --recursive --force .tox/ dev: - @poetry install --remove-untracked + @poetry install --sync @poetry run pre-commit install @poetry run ansible-galaxy collection install --requirements-file ./requirements.yaml --collections-path ./.ansible @bash ./link-local-collections.sh