Skip to content

Commit

Permalink
TEMPORARY call jupyter-kernelspec directly
Browse files Browse the repository at this point in the history
  • Loading branch information
glatterf42 committed Oct 10, 2024
1 parent d5a30c4 commit 85a25d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,9 @@ jobs:
paste(c(shQuote('jupyter'), c('kernelspec', '--version')), collapse = " ")
system('jupyter kernelspec --version')
system('jupyter-kernelspec --version')
system2('jupyter', c('kernelspec', '--version'), TRUE, TRUE)
system2('jupyter-kernelspec', '--version', TRUE, TRUE)
IRkernel::installspec()
Expand Down

0 comments on commit 85a25d8

Please sign in to comment.