Skip to content

Commit

Permalink
Fix CI error with new ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
mtkennerly committed Dec 13, 2024
1 parent b7a8d3f commit 66ae630
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.7'
python-version: '3.10'
- run: |
pip install poetry==1.2.2
pip install poetry==1.8.4
poetry install
poetry run pre-commit run --all-files --show-diff-on-failure
Expand Down

0 comments on commit 66ae630

Please sign in to comment.