mirror of
https://git.mirrors.martin98.com/https://github.com/danielgatis/rembg
synced 2025-08-16 15:35:54 +08:00
Install setuptools > 65.5.0
This commit is contained in:
parent
31690411a9
commit
10a37ba2e2
1
.github/workflows/lint_python.yml
vendored
1
.github/workflows/lint_python.yml
vendored
@ -11,6 +11,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: "3.10"
|
python-version: "3.10"
|
||||||
- run: pip install --upgrade pip wheel
|
- run: pip install --upgrade pip wheel
|
||||||
|
- run: pip install --upgrade setuptools>65.5.0
|
||||||
- run: pip install .
|
- run: pip install .
|
||||||
- run: pip install bandit black flake8 flake8-bugbear flake8-comprehensions isort safety mypy
|
- run: pip install bandit black flake8 flake8-bugbear flake8-comprehensions isort safety mypy
|
||||||
- run: mypy --install-types --non-interactive --ignore-missing-imports ./rembg
|
- run: mypy --install-types --non-interactive --ignore-missing-imports ./rembg
|
||||||
|
Loading…
x
Reference in New Issue
Block a user