Skip to content

Commit

Permalink
TEMPORARY debug PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
glatterf42 committed Oct 10, 2024
1 parent 6a7a480 commit d5a30c4
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 @@ -124,6 +124,10 @@ jobs:
run: which Rscript
shell: bash

- name: Debug PATH
run: echo $PATH
shell: bash

- name: Install R dependencies and tutorial requirements
run: |
install.packages(c("remotes", "Rcpp"))
Expand All @@ -135,6 +139,7 @@ jobs:
system2('which', 'python', TRUE, TRUE)
system2('which', 'jupyter', TRUE, TRUE)
system2('which', 'jupyter-kernelspec', TRUE, TRUE)
paste(c(shQuote('jupyter'), c('kernelspec', '--version')), collapse = " ")
Expand Down

0 comments on commit d5a30c4

Please sign in to comment.