浏览代码

fix rm in package action

Shiro 2 年之前
父节点
当前提交
ec1f798aa8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/packaging.yml

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

@@ -31,7 +31,7 @@ jobs:
       - name: Install Taipy without dependencies
         run: |
           pip install .
-          rm -r taipy
+          rm -rf src taipy
 
           python -c "import taipy as tp; tp.Scenario"
           python -c "import taipy as tp; tp.gui"