Skip to content

Commit

Permalink
Enforce the use of Homebrew Python on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
danirod committed Dec 12, 2024
1 parent 37f889c commit 08b04d8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: brew unlink pkg-config && brew install pkg-config meson gtk4 gtksourceview5 desktop-file-utils pygobject3 libadwaita adwaita-icon-theme gettext shared-mime-info && brew link pkgconf
- name: Fix PYTHONPATH for blueprint-compiler
run: echo "PYTHONPATH=$(brew --prefix)/lib/python3.12/site-packages:$PYTHONPATH" >> $GITHUB_ENV
run: brew unlink pkg-config && brew install pkg-config meson gtk4 gtksourceview5 desktop-file-utils pygobject3 python3 libadwaita adwaita-icon-theme gettext shared-mime-info && brew link pkgconf
- name: Build macOS version
run: build-aux/macos-build.sh devel
- name: Build installer
Expand Down

0 comments on commit 08b04d8

Please sign in to comment.