Skip to content

Commit

Permalink
Fix dependency install order
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyphreak committed Jun 15, 2024
1 parent 6c4198f commit 12cfb42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down

0 comments on commit 12cfb42

Please sign in to comment.