浏览代码

try to download all models before run the tests

Daniel Gatis 1 年之前
父节点
当前提交
02695f5bf2
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .github/workflows/test_install.yml

+ 2 - 0
.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