소스 검색

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 ]