Actions macOS: pin setuptools to 70.3.0

This commit is contained in:
Alberto Sottile 2024-08-10 16:09:49 +02:00
parent e66eaf42b3
commit 1875de21ed
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ jobs:
- name: Install Python dependencies
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_gui.txt
pip3 install py2app