Skip to content

Commit

Permalink
Merge pull request #231 from cagov/pin-python-3.10
Browse files Browse the repository at this point in the history
Pin to python 3.10 for CI
  • Loading branch information
britt-allen authored Oct 26, 2023
2 parents 74a522f + feb85f9 commit dcc9c22
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 dcc9c22

Please sign in to comment.