From 36006b55a1c656c713c1140f47ebf620b7193d5e Mon Sep 17 00:00:00 2001 From: Johannes Rainer Date: Thu, 1 Aug 2024 14:04:48 +0200 Subject: [PATCH] ci: remove comments --- .github/workflows/check-bioc.yml | 27 +-------------------------- 1 file changed, 1 insertion(+), 26 deletions(-) diff --git a/.github/workflows/check-bioc.yml b/.github/workflows/check-bioc.yml index a558612a..b0c1e8df 100644 --- a/.github/workflows/check-bioc.yml +++ b/.github/workflows/check-bioc.yml @@ -125,32 +125,7 @@ jobs: - name: Install macOS system dependencies if: matrix.config.os == 'macOS-latest' run: | - ## Enable installing XML from source if needed - # brew install libxml2 - # echo "XML_CONFIG=/usr/local/opt/libxml2/bin/xml2-config" >> $GITHUB_ENV - - # ## Required to install magick as noted at - # ## https://github.com/r-lib/usethis/commit/f1f1e0d10c1ebc75fd4c18fa7e2de4551fd9978f#diff-9bfee71065492f63457918efcd912cf2 - # brew install imagemagick@6 - - # ## For textshaping, required by ragg, and required by pkgdown - # brew install harfbuzz fribidi - - # brew install libgit2 - # ## Helps compile RCurl from source - # ## brew uninstall curl - - # ## required for ncdf4 - can not use the homebrew one because that uses GCC - # ## Use pre-compiled libraries from https://mac.r-project.org/libs-4/ - # curl -O https://mac.r-project.org/libs-4/netcdf-4.7.4-darwin.17-x86_64.tar.gz - # tar fvxzm netcdf-4.7.4-darwin.17-x86_64.tar.gz -C / - # rm netcdf-4.7.4-darwin.17-x86_64.tar.gz - # curl -O https://mac.r-project.org/libs-4/hdf5-1.12.0-darwin.17-x86_64.tar.gz - # tar fvxzm hdf5-1.12.0-darwin.17-x86_64.tar.gz -C / - # rm hdf5-1.12.0-darwin.17-x86_64.tar.gz - # curl -O https://mac.r-project.org/libs-4/szip-2.1.1-darwin.17-x86_64.tar.gz - # tar fvxzm szip-2.1.1-darwin.17-x86_64.tar.gz -C / - # rm szip-2.1.1-darwin.17-x86_64.tar.gz + shell: Rscript {0} - name: Install Windows system dependencies if: runner.os == 'Windows'