1
0
mirror of https://github.com/ciromattia/kcc synced 2026-04-05 00:25:39 +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

View File

@@ -35,7 +35,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y libpng-dev libjpeg-dev p7zip-full p7zip-rar python3-pip squashfs-tools libfuse2 libxcb-cursor0
python -m pip install --upgrade pip setuptools wheel certifi pyinstaller --no-binary pyinstaller
python -m pip install --upgrade pip certifi pyinstaller --no-binary pyinstaller
python -m pip install -r requirements.txt
- name: build binary
run: |