diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 37b908f..414f3fe 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -18,6 +18,8 @@ jobs: # Full git history is needed to get a proper list of changed files within `super-linter` fetch-depth: 0 - uses: actions/setup-python@v4 + with: + python-version: '3.9' - name: Lint Code Base uses: github/super-linter@v4 env: