Skip to content

Commit

Permalink
ci: setup.py no longer exists
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Cederstrand committed Dec 12, 2023
1 parent c11e794 commit 7bf720d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
black --check --diff exchangelib tests scripts setup.py
isort --check --diff exchangelib tests scripts setup.py
flake8 exchangelib tests scripts setup.py
black --check --diff exchangelib tests scripts
isort --check --diff exchangelib tests scripts
flake8 exchangelib tests scripts
blacken-docs *.md docs/*.md
unittest-parallel -j 4 --level=class --coverage --coverage-source exchangelib
coveralls --service=github
Expand Down

0 comments on commit 7bf720d

Please sign in to comment.