diff --git a/.github/workflows/one-click-template-lint.yml b/.github/workflows/one-click-template-lint.yml index edf4675b..9a2f48da 100644 --- a/.github/workflows/one-click-template-lint.yml +++ b/.github/workflows/one-click-template-lint.yml @@ -21,6 +21,15 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 + - name: Set up Python + uses: actions/setup-python@v5 + with: + python-version: 3.11 + - name: Install Requirements + run: | + set -x + python -m pip install --upgrade pip + pip install -r requirements-dev.txt - name: Lint run: cfn-lint --template ./one-click-launch.yaml