Skip to content

Commit

Permalink
Update test workflow to specify and exclude isort versions
Browse files Browse the repository at this point in the history
  • Loading branch information
koxudaxi committed Dec 14, 2024
1 parent f8d97aa commit a1158ad
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,26 @@ jobs:
black-version: default
python-version: 3.8
pydantic-version: 1.8.2
- os: ubuntu-24.04
isort-version: 5.6.4
black-version: 19.10b0
python-version: 3.9
pydantic-version: 1.8.2
- os: ubuntu-24.04
isort-version: 5.6.4
black-version: 24.1.0
python-version: 3.12
pydantic-version: 2.4.2
- os: ubuntu-24.04
isort-version: 5.6.4
black-version: 23.12.1
python-version: 3.12
pydantic-version: 2.4.2
- os: ubuntu-24.04
isort-version: 5.6.4
black-version: 22.1.0
python-version: 3.12
pydantic-version: 2.4.2
exclude:
- isort-version: 4.3.21
- isort-version: 5.6.4
Expand Down

0 comments on commit a1158ad

Please sign in to comment.