1
0
mirror of https://github.com/ciromattia/kcc synced 2026-06-25 15:54:02 +00:00

remove setuptools and wheel (#1265)

This commit is contained in:
Alex Xu
2026-03-10 13:37:59 -07:00
committed by GitHub
parent 1dead9af8f
commit b4d72cd581
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ jobs:
- name: Install Python dependencies
run: |
python3 --version
pip3 install --upgrade pip setuptools wheel pyinstaller certifi
pip3 install --upgrade pip pyinstaller certifi
pip3 install --upgrade -r requirements-osx-legacy.txt
./gen_ui_files.sh
- uses: actions/setup-node@v6