Skip to content

Commit

Permalink
Revert "Also use poetry for calling jupytext"
Browse files Browse the repository at this point in the history
This reverts commit b3cafca.
  • Loading branch information
hugobuddel committed Jan 9, 2024
1 parent d762bcf commit 23be077
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions runnotebooks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@ do
fnpy="${fnnotebook%.ipynb}.py"

# Convert .ipynb file to .py.
poetry run jupytext --to py "${fnnotebook}"
jupytext --to py "${fnnotebook}"

# Run the python script and quit on first error.
poetry run python "${fnpy}"
# Run the python script.
python "${fnpy}"
echo "- ${fnnotebook}" >> $STEP_SUMMARY

# Delete generated files if --delete is specified.
Expand Down

0 comments on commit 23be077

Please sign in to comment.