Skip to content

Commit

Permalink
testing isort 3
Browse files Browse the repository at this point in the history
  • Loading branch information
gesinaphillips committed Feb 1, 2024
1 parent 89eed93 commit e680592
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/isort.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: isort/isort-action@v1
- uses: actions/setup-python@v5
with:
configuration: "--profile black"
requirements-files: "requirements.txt requirements-dev.txt"
python-version: 3.9
- uses: isort/isort-action@master
with:
configuration: "--profile black"
requirementsFiles: "requirements.txt requirements-test.txt"

0 comments on commit e680592

Please sign in to comment.