From dc4a5a05fe492cfa18b74bfcf964175c9f7d4cf7 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 8 Dec 2020 09:29:29 -0500 Subject: [PATCH] Update macos-before-install.sh --- .github/actions/macos-before-install.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/actions/macos-before-install.sh b/.github/actions/macos-before-install.sh index 04c848fa..a1f6714b 100755 --- a/.github/actions/macos-before-install.sh +++ b/.github/actions/macos-before-install.sh @@ -12,7 +12,6 @@ brew install coreutils brew install bash # prefer standard GNU tools like date over MacOS defaults -export OLDPATH=$PATH export PATH="/usr/local/opt/coreutils/libexec/gnubin:$(brew --prefix)/opt/gnu-tar/libexec/gnubin:$PATH" date --version @@ -25,9 +24,6 @@ cd ~ wget https://www.python.org/ftp/python/3.9.0/python-3.9.0-macosx10.9.pkg echo "installing..." sudo installer -pkg ./python-3.9.0-macosx10.9.pkg -target / -which python3 -export p3=$(which python3) -$p3 -V #if [ ! -f python-$MIN_PYTHON_VERSION-macosx10.9.pkg ]; then # wget --quiet https://www.python.org/ftp/python/$MIN_PYTHON_VERSION/python-$MIN_PYTHON_VERSION-macosx10.9.pkg