Skip to content

Commit

Permalink
ci: Use macOS system python instead of Homebrew's one
Browse files Browse the repository at this point in the history
Homebrew's python@3.12 is marked as externally managed (PEP 668),
necessitating different approaches for installing Python packages.

For more details, please refer to https://github.com/orgs/Homebrew/discussions/3404.
  • Loading branch information
hebasto committed Mar 10, 2024
1 parent c8c9edf commit eca024f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/test/00_setup_env_mac_native.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
export LC_ALL=C.UTF-8

export HOST=x86_64-apple-darwin
# Homebrew's python@3.12 is marked as externally managed (PEP 668).
# Sticking to macOS system python for simplicity.
export CI_PYTHON_COMMAND="python"
export PIP_PACKAGES="zmq"
export GOAL="install"
export BITCOIN_CONFIG="--with-gui --with-miniupnpc --with-natpmp --enable-reduce-exports"
Expand Down

0 comments on commit eca024f

Please sign in to comment.