Skip to content

Commit

Permalink
fix: python version error
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronan committed Apr 22, 2024
1 parent 9f44501 commit 7d84400
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,9 @@ jobs:
python: [3.9]
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
architecture: x64
- uses: pre-commit/[email protected]

0 comments on commit 7d84400

Please sign in to comment.