Skip to content

Commit

Permalink
TEMPORARY make Rscript more verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
glatterf42 committed Oct 10, 2024
1 parent 7e42e9a commit aedb85b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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: |
Expand Down

0 comments on commit aedb85b

Please sign in to comment.