Skip to content
Snippets Groups Projects

Bugfix

Merged Johannes Boog requested to merge bugfix into master
1 file
+ 6
1
Compare changes
  • Side-by-side
  • Inline
+ 6
1
@@ -37,6 +37,10 @@ test:
- *before_script_templ
- R -e "install.packages('renv', repos = c(CRAN = 'https://cloud.r-project.org'))"
- R -e "renv::restore()"
# Setup python and fix python virtual environment
- R -e 'reticulate::virtualenv_create(envname="r2ogs6", python="/usr/bin/python3", packages = c("numpy", "vtk"))'
- echo "RETICULATE_PYTHON=/root/.virtualenvs/r2ogs6/bin/python" > .Renviron
- R -e 'reticulate::py_config()'
#- R -e 'renv::status()'
# - R -e 'renv::install()'
# - R -e 'renv::install("bioc::rhdf5")'
@@ -72,7 +76,8 @@ test_install:
- R -e 'install.packages(c("remotes", "BiocManager"))'
- R -e "remotes::install_local(path=\"$CI_PROJECT_DIR\", dependencies='Imports', repos=BiocManager::repositories())"
- R -e 'reticulate::virtualenv_create(envname="r2ogs6", python="/usr/bin/python3", packages = c("numpy", "vtk"))'
- R -e 'reticulate::use_virtualenv(virtualenv="r2ogs6")'
#- R -e 'reticulate::use_virtualenv(virtualenv="r2ogs6")'
- echo "RETICULATE_PYTHON=/root/.virtualenvs/r2ogs6/bin/python" > .Renviron
- R -e 'reticulate::py_config()'
- R -e 'r2ogs6::install_ogs(ogs_version = "6.4.4", envname = "r2ogs6")'
- R -e 'reticulate::py_module_available("ogs")'
Loading