소스 검색

fix setuptools.yml

jrobinAV 3 년 전
부모
커밋
f952476094
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/setuptools.yml

+ 1 - 1
.github/workflows/setuptools.yml

@@ -40,7 +40,7 @@ jobs:
 
           python -c "import taipy as tp; tp.Scenario"
           python -c "import taipy as tp; tp.gui"
-          python -c "import taipy.rest as rest"
+          python -c "import taipy as tp; tp.rest"
 
       - name: Notify user if failed
         if: failure()