mirror of
https://github.com/Syncplay/syncplay
synced 2025-02-17 03:16:55 +00:00
Actions macOS: pin setuptools to 70.3.0
This commit is contained in:
parent
e66eaf42b3
commit
1875de21ed
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -84,7 +84,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install Python dependencies
|
- name: Install Python dependencies
|
||||||
run: |
|
run: |
|
||||||
pip3 install -U pip setuptools wheel
|
pip3 install -U pip setuptools==70.3.0 wheel
|
||||||
pip3 install -r requirements.txt
|
pip3 install -r requirements.txt
|
||||||
pip3 install -r requirements_gui.txt
|
pip3 install -r requirements_gui.txt
|
||||||
pip3 install py2app
|
pip3 install py2app
|
||||||
|
Loading…
Reference in New Issue
Block a user