Skip to content

Commit

Permalink
fix sed command (hopefully)
Browse files Browse the repository at this point in the history
  • Loading branch information
rwood-97 committed Nov 12, 2024
1 parent 1acf877 commit f96b0c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@
- name: Run notebooks
run: |
find . -name "*.ipynb" -exec sed -E -i .bak "s/num_epochs=.?.?/num_epochs=1/g" {} +
find . -name "*.ipynb" -exec sed -E -i bak -e "s/num_epochs=.?.?/num_epochs=1/g" {} +
find . -name "*.ipynb" -exec jupyter execute {} +

0 comments on commit f96b0c5

Please sign in to comment.