|
@@ -9,7 +9,7 @@ jobs:
|
|
- uses: actions/checkout@v3
|
|
- uses: actions/checkout@v3
|
|
- uses: actions/setup-python@v4
|
|
- uses: actions/setup-python@v4
|
|
with:
|
|
with:
|
|
- python-version: 3.11
|
|
|
|
|
|
+ python-version: 3.12
|
|
- name: Install dependencies
|
|
- name: Install dependencies
|
|
run: pip install .[cli,dev]
|
|
run: pip install .[cli,dev]
|
|
- run: mypy --install-types --non-interactive --ignore-missing-imports ./rembg
|
|
- run: mypy --install-types --non-interactive --ignore-missing-imports ./rembg
|