Skip to content

Commit

Permalink
GH Actions: Uses Python 3.11 for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
funkyfuture committed Jul 22, 2023
1 parent be709dd commit 3d638a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ jobs:
with:
ref: ${{ inputs.ref || github.ref }}
- uses: actions/setup-python@v4
with:
python-version: "3.11"
- run: python -m pip install --upgrade pip setuptools tox
- run: tox -e ${{ matrix.environment }}

Expand Down

0 comments on commit 3d638a0

Please sign in to comment.