Browse Source

fix setuptools.yml

jrobinAV 3 năm trước cách đây
mục cha
commit
f952476094
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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()