Skip to content

Commit 71cc175

Browse files
committed
🐛 cli different than on MAC, ⚡ speed up testing for now
- only run againt Python 3.11
1 parent f13f383 commit 71cc175

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/cdci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
17+
# python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
18+
python-version: ["3.11"]
1819
steps:
1920
- uses: actions/checkout@v4
2021
- uses: psf/black@stable
@@ -43,7 +44,8 @@ jobs:
4344
runs-on: ubuntu-latest
4445
strategy:
4546
matrix:
46-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
47+
# python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
48+
python-version: ["3.11"]
4749
steps:
4850
- uses: actions/checkout@v4
4951
- name: Set up Python ${{ matrix.python-version }}
@@ -141,7 +143,7 @@ jobs:
141143
- name: Build executable
142144
run: |
143145
cd gui
144-
pyinstaller -n vuegen_gui --no-confirm --onedir --collect-all pyvis --collect-all streamlit --collect-all st_aggrid --collect-all customtkinter app.py
146+
pyinstaller -n vuegen_gui -D --collect-all pyvis --collect-all streamlit --collect-all st_aggrid --collect-all customtkinter app.py
145147
- name: Upload executable
146148
uses: actions/upload-artifact@v4
147149
with:

0 commit comments

Comments
 (0)