Skip to content

Commit

Permalink
TEST: disable brew update and upgrade to speedup CI step
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Stanea <Adrian.Stanea@analog.com>
  • Loading branch information
Adrian-Stanea committed Aug 6, 2024
1 parent 6987246 commit df03ebe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CI/macOS/install_deps
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ install_packages() {
BREW_LIBIIO="doxygen libusb libxml2 ncurses cdk libserialport sphinx-doc pkg-config"
BREW_LIBM2K="cmake doxygen libusb libxml2 swig curl python"
PACKAGES="$BREW_LIBIIO $BREW_LIBM2K"
brew update
brew upgrade || true # ignore upgrade errors
brew install --display-times $PACKAGES

echo "#### Installing pip packages"
Expand Down

0 comments on commit df03ebe

Please sign in to comment.