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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user