Skip to content

Commit

Permalink
pip install --upgrade pip setuptools wheel (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Mar 13, 2023
1 parent 5c10d8e commit 74f3d92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: pip install --upgrade pip setuptools wheel
- run: pip install bandit black codespell flake8 isort mypy pytest pyupgrade safety junit_xml yamlish pytest-clarity
- run: bandit --configfile pyproject.toml --recursive .
- run: black --check .
Expand Down

0 comments on commit 74f3d92

Please sign in to comment.