|
@@ -62,7 +62,7 @@ jobs:
|
|
|
- name: Install dependencies
|
|
|
run: |
|
|
|
python -m pip install --upgrade pip
|
|
|
- pip install build
|
|
|
+ pip install build wheel
|
|
|
pip install "taipy-gui==${{ github.event.inputs.taipy-gui-version }}"
|
|
|
|
|
|
- name: Check dependencies are available
|