Skip to content

Commit 92687ba

Browse files
Actions macOS: pin setuptools to 70.3.0
1 parent 72641d6 commit 92687ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
8585
- name: Install Python dependencies
8686
run: |
87-
pip3 install -U pip setuptools wheel
87+
pip3 install -U pip setuptools==70.3.0 wheel
8888
pip3 install -r requirements.txt
8989
pip3 install -r requirements_gui.txt
9090
pip3 install py2app

0 commit comments

Comments
 (0)