Skip to content

Commit

Permalink
fix small error
Browse files Browse the repository at this point in the history
  • Loading branch information
zain-sohail committed Oct 11, 2023
1 parent b4c5fb5 commit 3f8c895
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tutorial_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
paths: ['**.ipynb']

jobs:
pytest:
docs-from-tutorials:
runs-on: ubuntu-latest
steps:
# Check out repo and set up Python
Expand All @@ -25,7 +25,7 @@ jobs:
# Generates and commits a requirements.txt used by readthedocs
# Missing is to run the notebooks for now!
- name: run python script
run: poetry run python docs/tutorial/renaming.py
run: poetry run python renaming.py

- name: remove ipynbs
run: rm docs/tutorial/*.ipynb
Expand Down

0 comments on commit 3f8c895

Please sign in to comment.