Skip to content

Commit

Permalink
combine the commands
Browse files Browse the repository at this point in the history
  • Loading branch information
zain-sohail committed Oct 11, 2023
1 parent 6666b0e commit 6cdcd90
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions .github/workflows/tutorial_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,15 @@ jobs:
python-version: 3.8
poetry-version: 1.2.2

# Generates and commits a requirements.txt used by readthedocs
# Missing is to run the notebooks for now!
- name: install nbconvert
run: poetry run pip install nbconvert

- name: install sed
run: poetry install

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

- name: remove ipynbs
#
- name: run python script after setting up
run: |
poetry run pip install nbconvert
poetry install
poetry shell
poetry run python renaming.py
- name: remove notebooks from docs
run: rm *.ipynb

- name: Commit changes
Expand Down

0 comments on commit 6cdcd90

Please sign in to comment.