Sfoglia il codice sorgente

fix rm in package action

Shiro 2 anni fa
parent
commit
ec1f798aa8
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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"