diff --git a/.github/workflows/test_install.yml b/.github/workflows/test_install.yml index 29cdb972..dda6ddb6 100644 --- a/.github/workflows/test_install.yml +++ b/.github/workflows/test_install.yml @@ -19,4 +19,6 @@ jobs: run: pip install .[cli,dev] - name: Test installation with pytest run: | + rembg d + while [ $? -ne 0 ]; do !!; done pytest