From e1a35f250ae83ffbe37282a92cbecfdaaf8ba477 Mon Sep 17 00:00:00 2001 From: Ari Kalfus Date: Sun, 30 Apr 2023 14:44:28 -0400 Subject: [PATCH] chore: run collection install on codespace install (#326) --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 6346f173..8e1bdb63 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,7 @@ all: lint test install: poetry install poetry run pre-commit install --install-hooks + poetry run ansible-galaxy collection install -r requirements.yml .PHONY: clean clean: