Skip to content

Commit

Permalink
ci: update setup-python to specifically install python 3
Browse files Browse the repository at this point in the history
  • Loading branch information
cprivitere authored Oct 1, 2024
1 parent 43c328f commit d518ca9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:

- name: Install Python3
uses: actions/setup-python@v5
with:
python-version: 3

- name: Install tflint
uses: terraform-linters/setup-tflint@v4
Expand Down

0 comments on commit d518ca9

Please sign in to comment.