瀏覽代碼

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()