소스 검색

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