Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Oct 8, 2022
1 parent aa23bbc commit 9ed0dff
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Expand Up @@ -13,12 +13,12 @@ jobs:
strategy:
matrix:
python-version: ["3.10", 3.9, 3.8, 3.7, pypy-3.9]
isort: 5.10.1
flake8: 5.0.4
isort: [5.10.1]
flake8: [5.0.4]
include:
- python-version: 3.9
isort: 4.3.21
flake8: 3.9.2
- python-version: '3.9'
isort: '4.3.21'
flake8: '3.9.2'
qa: 'true'
- python-version: 3.9
isort: 4.3.21
Expand Down

0 comments on commit 9ed0dff

Please sign in to comment.