From 12cfb42d2c28e2c0c8f4cfe536f80e8607055e32 Mon Sep 17 00:00:00 2001 From: Ted Cook Date: Fri, 14 Jun 2024 20:28:05 -0600 Subject: [PATCH] Fix dependency install order --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a3780fd..39864a1 100644 --- a/Makefile +++ b/Makefile @@ -15,9 +15,9 @@ test: lint poetry: @type poetry >/dev/null || pip3 install poetry - @poetry install --no-root @type nmcli || sudo apt-get install -y network-manager @sudo apt-get install -y libvirt-dev + @poetry install --no-root lint: poetry poetry run yamllint .