From 3f8c895b5d0ff0aa46ff21e78763004f0e00805e Mon Sep 17 00:00:00 2001 From: "M. Zain Sohail" Date: Wed, 11 Oct 2023 04:06:11 +0200 Subject: [PATCH] fix small error --- .github/workflows/tutorial_build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tutorial_build.yml b/.github/workflows/tutorial_build.yml index d185cc56..00a4a25a 100644 --- a/.github/workflows/tutorial_build.yml +++ b/.github/workflows/tutorial_build.yml @@ -7,7 +7,7 @@ on: paths: ['**.ipynb'] jobs: - pytest: + docs-from-tutorials: runs-on: ubuntu-latest steps: # Check out repo and set up Python @@ -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