Install setuptools > 65.5.0

This commit is contained in:
Jan Philip Göpfert 2023-03-24 13:12:14 +01:00 committed by GitHub
parent 31690411a9
commit 10a37ba2e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,7 @@ jobs:
with:
python-version: "3.10"
- run: pip install --upgrade pip wheel
- run: pip install --upgrade setuptools>65.5.0
- run: pip install .
- run: pip install bandit black flake8 flake8-bugbear flake8-comprehensions isort safety mypy
- run: mypy --install-types --non-interactive --ignore-missing-imports ./rembg