Skip to content

Commit

Permalink
Fix Python version for lint job
Browse files Browse the repository at this point in the history
  • Loading branch information
amolenaar committed Jan 16, 2024
1 parent d0b0fd2 commit 73dbd0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Expand Up @@ -13,6 +13,8 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
- name: Set up Python
uses: actions/setup-python@v4.6.1
with:
python-version: "3.12"
- name: Lint with Pre-commit
uses: pre-commit/action@v3.0.0

Expand Down

0 comments on commit 73dbd0d

Please sign in to comment.