Skip to content

Commit

Permalink
chore(ci): bump isort version tested
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Dec 14, 2022
1 parent 4d0cdb4 commit 9e37bf4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Expand Up @@ -13,15 +13,15 @@ jobs:
strategy:
matrix:
python-version: ["3.11", "3.10", 3.9, 3.8, 3.7, pypy-3.9]
isort: [5.10.1]
isort: [5.11.2]
flake8: [5.0.4]
include:
- python-version: 3.9
isort: 5.10.1
isort: 5.11.2
flake8: 4.0.1
qa: 'true'
- python-version: 3.9
isort: 5.10.1
isort: 5.11.2
flake8: 3.9.2
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 9e37bf4

Please sign in to comment.