Skip to content

Commit

Permalink
TEMPORARY make manual command print to stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
glatterf42 committed Oct 10, 2024
1 parent 2655edf commit 8954413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
force = TRUE,
)
system2('jupyter', c('kernelspec', '--version'), FALSE, FALSE)
system2('jupyter', c('kernelspec', '--version'), TRUE, TRUE)
IRkernel::installspec()
Expand Down

0 comments on commit 8954413

Please sign in to comment.