Skip to content

Commit

Permalink
Undo forcing but succeed in any case
Browse files Browse the repository at this point in the history
  • Loading branch information
clelange authored and AndreasAlbert committed Apr 30, 2020
1 parent 5d3cbf1 commit 492e054
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
run: |
ROOT_VERSION=6.20.04_1
brew update
brew install --force fontconfig gd gettext libffi glib jasper netpbm gts graphviz gsl libxml2 openblas numpy tbb xrootd
brew upgrade python cmake libpng libtiff
brew install fontconfig gd gettext libffi glib jasper netpbm gts graphviz gsl libxml2 openblas numpy tbb xrootd || true
curl -O https://clange.web.cern.ch/clange/root-v${ROOT_VERSION}.tar.gz
tar xzf root-v${ROOT_VERSION}.tar.gz
mkdir -p /usr/local/Cellar/root
Expand Down

0 comments on commit 492e054

Please sign in to comment.