diff --git a/.github/workflows/build_brh_notebook_image.yml b/.github/workflows/build_brh_notebook_image.yml index c1ea1c40..f2e40650 100644 --- a/.github/workflows/build_brh_notebook_image.yml +++ b/.github/workflows/build_brh_notebook_image.yml @@ -43,7 +43,7 @@ jobs: run: | import os, json, re - notebook_dir = "brh-notebooks" + notebook_dir = "BRH-notebooks" changed_brh_notebook_files = json.loads(os.environ['CHANGES']) print(f"Changed files {changed_brh_notebook_files}") diff --git a/BRH-notebooks/combined_demos/requirements.txt b/BRH-notebooks/combined_demos/requirements.txt index 59d6ebf2..db935d72 100644 --- a/BRH-notebooks/combined_demos/requirements.txt +++ b/BRH-notebooks/combined_demos/requirements.txt @@ -16,4 +16,3 @@ r-dplyr r-tidyr r-haven r-reshape -#trigger build