Skip to content

Commit

Permalink
TEMPORARY echo PYTHONPATH outside of Rscript
Browse files Browse the repository at this point in the history
  • Loading branch information
glatterf42 committed Oct 14, 2024
1 parent 10c76ac commit d05b1dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,10 @@ jobs:
run: echo $PATH
shell: bash

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

- name: Install R dependencies and tutorial requirements
run: |
install.packages(c("remotes", "Rcpp"))
Expand Down

0 comments on commit d05b1dd

Please sign in to comment.