|
|
|
|
@ -178,9 +178,9 @@ jobs:
|
|
|
|
|
sudo mv /usr/local/* /opt/homebrew/
|
|
|
|
|
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" --prefix=/opt/homebrew
|
|
|
|
|
ls -a /opt/homebrew
|
|
|
|
|
DIR="/opt/homebrew/bin/python3.11"; [ -d "$DIR" ] && echo '$DIR directory exists.''
|
|
|
|
|
brew update
|
|
|
|
|
brew install python@3.11
|
|
|
|
|
DIR="/opt/homebrew/bin/python3.11"; [ -d "$DIR" ] && echo '$DIR directory exists.'
|
|
|
|
|
- uses: actions/download-artifact@v3
|
|
|
|
|
with:
|
|
|
|
|
name: notebook-dist-${{ github.run_number }}
|
|
|
|
|
|