Skip to content

Commit

Permalink
TEMPORARY run pip list from inside Rscript
Browse files Browse the repository at this point in the history
  • Loading branch information
glatterf42 committed Oct 14, 2024
1 parent 85a25d8 commit 7ed3a6e
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 @@ -138,6 +138,10 @@ jobs:
)
system2('which', 'python', TRUE, TRUE)
system2('which', 'pip', TRUE, TRUE)
system2('pip', 'list', TRUE, TRUE)
system2('which', 'jupyter', TRUE, TRUE)
system2('which', 'jupyter-kernelspec', TRUE, TRUE)
Expand Down

0 comments on commit 7ed3a6e

Please sign in to comment.