Pin cx_freeze version

This commit is contained in:
Salad Dais
2025-04-18 04:30:11 +00:00
parent f8f3bcfc36
commit 3149d3610f

View File

@@ -38,7 +38,8 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -e .
pip install cx_freeze
# Pinned for now until I figure out why it freaks out on bundling PySide6
pip install cx_freeze==6.15.15
- name: Bundle with cx_Freeze
shell: bash