Skip to content

Commit

Permalink
TEMPORARY parse command manually as offending function does
Browse files Browse the repository at this point in the history
  • Loading branch information
glatterf42 committed Oct 10, 2024
1 parent aedb85b commit 6a7a480
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ jobs:
system2('which', 'python', TRUE, TRUE)
system2('which', 'jupyter', TRUE, TRUE)
paste(c(shQuote('jupyter'), c('kernelspec', '--version')), collapse = " ")
system('jupyter kernelspec --version')
system2('jupyter', c('kernelspec', '--version'), TRUE, TRUE)
Expand Down

0 comments on commit 6a7a480

Please sign in to comment.