Skip to content

Commit

Permalink
chore: Update test.yml - isort recursive option deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
gcushen authored Sep 15, 2023
1 parent de1d1a3 commit e0b7d06
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
pipenv run pytest
- name: Formatting checks
run: |
pipenv run isort --profile black --recursive --diff .
pipenv run isort --profile black --diff .
pipenv run black --check .
- name: Report Coverage
if: matrix.python-version == '3.11'
uses: codecov/codecov-action@v3
with:
verbose: true
# - name: Report Coverage
# if: matrix.python-version == '3.11'
# uses: codecov/codecov-action@v3
# with:
# verbose: true

0 comments on commit e0b7d06

Please sign in to comment.