Skip to content

Commit

Permalink
install sed on runner
Browse files Browse the repository at this point in the history
  • Loading branch information
zain-sohail committed Oct 11, 2023
1 parent 2ceeea9 commit 6666b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tutorial_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: poetry run pip install nbconvert

- name: install sed
run: poetry run pip install nbconvert
run: poetry install

- name: run python script
run: poetry run python renaming.py
Expand Down

0 comments on commit 6666b0e

Please sign in to comment.