Skip to content

Commit

Permalink
fix macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
odrling committed Nov 3, 2024
1 parent bc5e279 commit f81120e
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<71.0.0' wheel
pip3 install -r requirements.txt
pip3 install -r requirements_gui.txt
pip3 install py2app
Expand Down

0 comments on commit f81120e

Please sign in to comment.