From f2b09fc4f6cdaeea64e5ddbf69fbda70cefab625 Mon Sep 17 00:00:00 2001 From: RRosio Date: Wed, 9 Aug 2023 23:35:48 -0700 Subject: [PATCH] fix syntax --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7a263b686..37dd604cd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 }}