From 02695f5bf252571f57ab7668b45cfd96fec7b1ec Mon Sep 17 00:00:00 2001 From: Daniel Gatis Date: Mon, 26 Aug 2024 17:24:37 -0300 Subject: [PATCH] try to download all models before run the tests --- .github/workflows/test_install.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test_install.yml b/.github/workflows/test_install.yml index 29cdb97..dda6ddb 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