Skip to content

Commit 8a77e2f

Browse files
committed
🐛 install vuegen itself with gui deps
1 parent 71cc175 commit 8a77e2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cdci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ jobs:
138138
- uses: actions/setup-python@v5
139139
with:
140140
python-version: ${{ matrix.python-version }}
141-
- name: Install PyInstaller
142-
run: python -m pip install pyinstaller
141+
- name: Install VueGen GUI and pyinstaller
142+
run: python -m pip install '.[gui]' pyinstaller
143143
- name: Build executable
144144
run: |
145145
cd gui

0 commit comments

Comments
 (0)