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