From 45c1c619cf32a7d091db6b22ea6b3c1b8cf87180 Mon Sep 17 00:00:00 2001 From: Brad Cowie Date: Sun, 8 Dec 2024 16:25:30 +1300 Subject: [PATCH] Don't need to install requirements here --- .github/workflows/lint.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 7bb6b9c..9aad036 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -15,8 +15,6 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 - - name: Install dependencies - run: pip3 install -r requirements.txt - name: Lint ansible uses: wandansible/action-ansible-lint@v1 @@ -24,7 +22,7 @@ jobs: name: Jinja2 Lint runs-on: ubuntu-latest env: - J2LINT_FILES_REGEX: '^templates/.+$' + J2LINT_FILES_REGEX: "^templates/.+$" steps: - name: Checkout repo uses: actions/checkout@v4