Skip to content

Commit

Permalink
Pin python 3.10 for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-r-rose committed Oct 26, 2023
1 parent 74a522f commit feb85f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
- uses: actions/setup-python@v3
with:
python-version: "3.10"
- uses: snok/install-poetry@v1
with:
virtualenvs-create: false
Expand Down

0 comments on commit feb85f9

Please sign in to comment.