Skip to content

Commit

Permalink
Pin lint job to 3.11 for flake8-quotes issue
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Nov 5, 2023

Verified

This commit was signed with the committer’s verified signature.
ahamez Alexandre Hamez
1 parent 4edba85 commit bec790b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -20,7 +20,9 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.x'
# limit to 3.11 for not for
# https://github.com/zheller/flake8-quotes/issues/117
python-version: '3.11'
- name: Install Poetry
uses: snok/install-poetry@v1.3.4
with:

0 comments on commit bec790b

Please sign in to comment.