From d5f3d34e46a941b18665a167759549ef30cfed18 Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Sun, 19 Oct 2025 08:40:50 -0500 Subject: [PATCH] workflow/lint: restore deps w/ pip --- .forgejo/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/lint.yml b/.forgejo/workflows/lint.yml index 71e3204..e025402 100644 --- a/.forgejo/workflows/lint.yml +++ b/.forgejo/workflows/lint.yml @@ -31,7 +31,7 @@ jobs: - name: ansible+collections run: | - pip install --no-compile --no-deps ansible-core ansible-lint + pip install --no-compile ansible-core ansible-lint ansible-galaxy collection install -r meta/requirements.yml - run: ansible-lint