Skip to content

Commit

Permalink
Merge pull request #281 from bgilbert/packaging
Browse files Browse the repository at this point in the history
workflows: install python-packaging from PyPI on macOS
  • Loading branch information
bgilbert authored Sep 2, 2024
2 parents 8738b36 + 45a7597 commit 15b816b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,9 @@ jobs:
brew link --overwrite $formula
done
brew update
# python-packaging needed by glib
brew install meson python-packaging
python3 -m pip install --break-system-packages tomli
brew install meson
# packaging needed by glib
python3 -m pip install --break-system-packages packaging tomli
- name: Download source tarball
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 15b816b

Please sign in to comment.