Skip to content

Commit

Permalink
Updated yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BartJanvanRossum committed Dec 12, 2023
1 parent 26edc90 commit a913c30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ stages:
- deploy

variables:
APT_PKGS: "libcurl4-openssl-dev libssh2-1-dev libssl-dev libxml2-dev zlib1g-dev git build-essential gobjc++ libomp-dev libmagick++-6.q16-dev tk dialog libharfbuzz-dev libfribidi-dev cmake"
APT_PKGS: "libcurl4-openssl-dev libssh2-1-dev libssl-dev libxml2-dev zlib1g-dev git build-essential gobjc++ libomp-dev libmagick++-6.q16-dev tk dialog libharfbuzz-dev libfribidi-dev libudunits2-dev libgdal-dev libgeos-dev libproj-dev cmake wget"
_R_CHECK_FORCE_SUGGESTS_: "false"
_R_CHECK_DONTTEST_EXAMPLES_: "false"
TT_AT_HOME: "true"
Expand All @@ -14,7 +14,7 @@ before_script:
- apt-get install -y --no-install-recommends qpdf pandoc pandoc-citeproc
- export PATH="/usr/local/lib/R/site-library/littler/examples/:${PATH}"
- echo "options(Ncpus = $(nproc --all))" >> /usr/local/lib/R/etc/Rprofile.site
- install2.r devtools
- r -e "install.packages('devtools', method = 'wget')"
- r -e 'devtools::install_dev_deps()'

r-release:
Expand Down

0 comments on commit a913c30

Please sign in to comment.