mirror of
https://git.mirrors.martin98.com/https://github.com/danielgatis/rembg
synced 2025-08-16 15:35:54 +08:00
try to download all models before run the tests
This commit is contained in:
parent
d4c40e1c3e
commit
02695f5bf2
2
.github/workflows/test_install.yml
vendored
2
.github/workflows/test_install.yml
vendored
@ -19,4 +19,6 @@ jobs:
|
|||||||
run: pip install .[cli,dev]
|
run: pip install .[cli,dev]
|
||||||
- name: Test installation with pytest
|
- name: Test installation with pytest
|
||||||
run: |
|
run: |
|
||||||
|
rembg d
|
||||||
|
while [ $? -ne 0 ]; do !!; done
|
||||||
pytest
|
pytest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user