From 3ab8c8e6df9807a588bad4232249da391564588e Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Sun, 19 Oct 2025 10:13:05 -0500 Subject: [PATCH] workflow: pip-install requirements.txt --- .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 a4dd1cc..99f00d3 100644 --- a/.forgejo/workflows/lint.yml +++ b/.forgejo/workflows/lint.yml @@ -23,7 +23,7 @@ jobs: with: python-version: '3.13' cache: 'pip' - pip-install: 'ansible-core ansible-lint' + pip-install: '-r requirements.txt' - name: cache '.ansible/collections' id: cache-collections