Skip to content

Commit

Permalink
remove brew upgrade libidn2 after Python upgrade (but keep the one af…
Browse files Browse the repository at this point in the history
…ter build, before uploading)
  • Loading branch information
MAKOMO committed Oct 6, 2023
1 parent 98e19bf commit 4a34d3c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .ci/install-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ if [ -n "${PYUPGRADE_V:-}" ]; then
echo $PATH
which python3
python3 --version
# we upgrade libidn2 and curl to prevent issues caused by the previous python update
# on running curl for later upload (libunistring.2.dylib not found)
brew upgrade libidn2 # 2.3.4 -> 2.3.4_1

# create new venv
python3 -m venv /Users/appveyor/venv${PYUPGRADE_V}
Expand Down

0 comments on commit 4a34d3c

Please sign in to comment.