Browse code

Merge branch 'master' of github.com:RGLab/CytoML

mikejiang authored on 02/08/2021 17:10:02
Showing 1 changed files

... ...
@@ -59,7 +59,7 @@ jobs:
59 59
         
60 60
       - name: Install macOS system dependencies
61 61
         if: runner.os == 'macOS'
62
-        run: brew install libgit2
62
+        run: brew install libgit2 xquartz
63 63
 
64 64
       - name: Get bioc ver
65 65
         run: echo "bioc_ver=$(Rscript -e 'writeLines(as.character(remotes::bioc_version()))')" >> $GITHUB_ENV