Skip to content

Commit

Permalink
Remove reference to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Bougeant committed Aug 2, 2024
1 parent 8a596b4 commit 50e02a1
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 @@ -28,9 +28,9 @@ jobs:
pip install -r requirements-dev.txt
- name: Lint with black, isort and flake8
run: |
black ml_toolbox tests setup.py --check --verbose
isort ml_toolbox tests setup.py --check-only
flake8 ml_toolbox tests setup.py --count --max-complexity=10 --max-line-length=88 --show-source --statistics
black ml_toolbox tests --check --verbose
isort ml_toolbox tests --check-only
flake8 ml_toolbox tests --count --max-complexity=10 --max-line-length=88 --show-source --statistics
- name: Test with pytest
run: |
pytest --cov=ml_toolbox --capture=no --verbose tests --cov-report xml:coverage/coverage.xml --cov-report term-missing

0 comments on commit 50e02a1

Please sign in to comment.