Skip to content

Commit

Permalink
Actions macOS: pin setuptools to 70.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
albertosottile committed Aug 10, 2024
1 parent e66eaf4 commit 1875de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1875de2

Please sign in to comment.