Skip to content

Commit

Permalink
Add setuptools to github-actions CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
bjodah committed Apr 10, 2024
1 parent 8e6e76f commit 2e5581e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint_python.yml
Expand Up @@ -20,6 +20,7 @@ jobs:
- run: flake8 . --count --exit-zero --max-complexity=66 --max-line-length=118
--show-source --statistics
- run: isort --check-only --profile black . || true
- run: pip install setuptools
- run: pip install --editable . || pip install .
- run: mkdir --parents --verbose .mypy_cache
- run: mypy --ignore-missing-imports --install-types --non-interactive . || true
Expand Down

0 comments on commit 2e5581e

Please sign in to comment.