Skip to content

Commit

Permalink
GHA: Uses Python 3.9.10 to avoid AttributeError
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Jan 29, 2022
1 parent c120355 commit 5923586
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ jobs:
path: ~/.cache/pre-commit
key: pre-commit|${{ hashFiles('.pre-commit-config.yaml') }}
- uses: actions/setup-python@v2
with:
python-version: 3.9.10
- uses: pre-commit/action@v2.0.3

0 comments on commit 5923586

Please sign in to comment.