Browse Source

fix gui dependency (#208)

Jean-Robin 1 year ago
parent
commit
a82e33ac8e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/publish.yml

+ 2 - 2
.github/workflows/publish.yml

@@ -54,7 +54,7 @@ jobs:
         run: |
           python -m pip install --upgrade pip
           pip install build
-          pip install "taipy-gui>=<set taipy-gui version here>"
+          pip install "taipy-gui>=2.3.0"
 
       - name: Build and test the package
         run: |
@@ -81,7 +81,7 @@ jobs:
         run: |
           python -m pip install --upgrade pip
           pip install build
-          pip install "taipy-gui>=<set taipy-gui version here>"
+          pip install "taipy-gui>=2.3.0"
 
       - name: Build package
         run: python setup.py build_py && python -m build