Skip to content

Commit

Permalink
CI: simplify installation
Browse files Browse the repository at this point in the history
  • Loading branch information
jotelha committed Nov 6, 2024
1 parent 6b2bf0a commit 6b09789
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-on-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ jobs:
pip install --upgrade pip
pip install wheel setuptools_scm
pip install -r pyinstaller/macos/requirements.txt
# pip install -r pyinstaller/macos/requirements.txt
pip install .
pip install pyinstaller pyinstaller-hooks-contrib
- name: Fix setuptools_scm-generated version
Expand Down

0 comments on commit 6b09789

Please sign in to comment.