Skip to content

Commit

Permalink
use python 3.10;
Browse files Browse the repository at this point in the history
  • Loading branch information
ranjan-stha committed Oct 15, 2024
1 parent 491843e commit d7a62b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@main
- name: Install poetry
run: pipx install poetry
run: pipx install poetry --python python3.10
- uses: actions/setup-python@main
with:
cache: 'poetry'
Expand Down

0 comments on commit d7a62b1

Please sign in to comment.