diff --git a/.forgejo/workflows/lint.yml b/.forgejo/workflows/lint.yml index dde5e7f..d62d395 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: -r requirements.txt + - run: pip install -r requirements.txt - name: cache '.ansible/collections' id: cache-collections