Selaa lähdekoodia

try to download all models before run the tests

Daniel Gatis 1 vuosi sitten
vanhempi
commit
02695f5bf2
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  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]
               run: pip install .[cli,dev]
             - name: Test installation with pytest
             - name: Test installation with pytest
               run: |
               run: |
+                  rembg d
+                  while [ $? -ne 0 ]; do !!; done
                   pytest
                   pytest