From aedb85b52145e58e9697bdfda5e8f4e7fc396be4 Mon Sep 17 00:00:00 2001 From: Fridolin Glatter Date: Thu, 10 Oct 2024 12:42:51 +0200 Subject: [PATCH] TEMPORARY make Rscript more verbose --- .github/workflows/pytest.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index c232ab172..33edb1c31 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -136,7 +136,7 @@ jobs: system2('which', 'python', TRUE, TRUE) system2('which', 'jupyter', TRUE, TRUE) - system('jupyter', c('kernelspec', '--version'), TRUE, TRUE) + system('jupyter kernelspec --version') system2('jupyter', c('kernelspec', '--version'), TRUE, TRUE) @@ -145,7 +145,7 @@ jobs: # commented: for debugging # print(reticulate::py_config()) # reticulate::py_run_string("import os; print(os.environ)") - shell: Rscript {0} + shell: Rscript --verbose {0} - name: Run test suite using pytest run: |