try to download all models before run the tests

This commit is contained in:
Daniel Gatis 2024-08-26 17:24:37 -03:00
parent d4c40e1c3e
commit 02695f5bf2

View File

@ -19,4 +19,6 @@ jobs:
run: pip install .[cli,dev]
- name: Test installation with pytest
run: |
rembg d
while [ $? -ne 0 ]; do !!; done
pytest