Skip to content

Commit

Permalink
ci: update setup-python to specifically install python 3 (#49)
Browse files Browse the repository at this point in the history
Fixes #48
  • Loading branch information
cprivitere authored Oct 1, 2024
1 parent 43c328f commit 4d7cf5b
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 4d7cf5b

Please sign in to comment.