From 7d959cce6467f86b7b00148d2124a56ffb19f000 Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Sun, 19 Oct 2025 08:27:59 -0500 Subject: [PATCH] workflow/lint: pip-install with setup-python --- .forgejo/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/lint.yml b/.forgejo/workflows/lint.yml index 2ff471c..d8cceaa 100644 --- a/.forgejo/workflows/lint.yml +++ b/.forgejo/workflows/lint.yml @@ -25,6 +25,7 @@ jobs: - uses: actions/setup-python@v6 with: cache: 'pip' + pip-install: ansible-core ansible-lint - name: cache '.ansible/collections' id: cache-collections @@ -33,9 +34,8 @@ jobs: path: /root/.ansible key: zfs_dkms-dot-ansible - - name: ansible/collections + - name: ansible collections run: | - pip install ansible-core ansible-lint ansible-galaxy collection install -r meta/requirements.yml - name: ansible-lint