Преглед изворни кода

make tests run after model is converted

justheuristic пре 3 година
родитељ
комит
5d28ae1af3
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      .github/workflows/run-tests.yaml

+ 1 - 0
.github/workflows/run-tests.yaml

@@ -34,6 +34,7 @@ jobs:
 
   run-tests:
     runs-on: ubuntu-latest
+    needs: convert-model
     strategy:
       matrix:
         python-version: [ 3.7, 3.8, 3.9 ]