Skip to content

Commit

Permalink
TEMPORARY add more debug output within Rscript
Browse files Browse the repository at this point in the history
  • Loading branch information
glatterf42 committed Oct 10, 2024
1 parent a29198b commit 7e42e9a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,11 @@ jobs:
force = TRUE,
)
system2('which', 'python', TRUE, TRUE)
system2('which', 'jupyter', TRUE, TRUE)
system('jupyter', c('kernelspec', '--version'), TRUE, TRUE)
system2('jupyter', c('kernelspec', '--version'), TRUE, TRUE)
IRkernel::installspec()
Expand Down

0 comments on commit 7e42e9a

Please sign in to comment.