Skip to content

Commit

Permalink
Fix test jupyter path
Browse files Browse the repository at this point in the history
  • Loading branch information
ianpittwood committed Oct 1, 2024
1 parent ce16390 commit 3bcd170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r-session-complete/test/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ file:
filetype: symlink

command:
"echo '{ \"cells\": [], \"metadata\": {}, \"nbformat\": 4, \"nbformat_minor\": 2}' | /opt/python/{{.Env.PYTHON_VERSION}}/bin/jupyter nbconvert --to notebook --stdin --stdout":
"echo '{ \"cells\": [], \"metadata\": {}, \"nbformat\": 4, \"nbformat_minor\": 2}' | /opt/python/jupyter/bin/jupyter nbconvert --to notebook --stdin --stdout":
title: jupyter_works
timeout: 60000
exit-status: 0
Expand Down

0 comments on commit 3bcd170

Please sign in to comment.