Skip to content

Commit

Permalink
Add requirement install to poetry makefile target
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyphreak committed Jun 15, 2024
1 parent d3c2f3b commit 58c658a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ 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

lint: poetry
poetry run yamllint .
Expand Down

0 comments on commit 58c658a

Please sign in to comment.