Commit 8889cf0a authored by Andrew Murray's avatar Andrew Murray
Browse files

Upgrade setuptools

parent 2e10577a
...@@ -8,7 +8,7 @@ jobs: ...@@ -8,7 +8,7 @@ jobs:
- uses: actions/setup-python@v4 - uses: actions/setup-python@v4
with: with:
python-version: '3.11' python-version: '3.11'
- run: pip install --upgrade pip wheel - run: pip install --upgrade pip wheel setuptools
- run: pip install bandit black codespell flake8 flake8-2020 flake8-bugbear - run: pip install bandit black codespell flake8 flake8-2020 flake8-bugbear
flake8-comprehensions isort mypy pytest pyupgrade safety flake8-comprehensions isort mypy pytest pyupgrade safety
- run: bandit --recursive --skip B101 . # B101 is assert statements - run: bandit --recursive --skip B101 . # B101 is assert statements
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment