Skip to content

Commit

Permalink
workflows: Fix python version
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwood committed Mar 5, 2024
1 parent 6aaad00 commit 0b8b2ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: 3.10.12
architecture: x64
- uses: actions/cache@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: 3.10.12
architecture: x64
- uses: actions/cache@v1
with:
Expand Down

0 comments on commit 0b8b2ea

Please sign in to comment.