From 6f7eea2a156f08d541febdb413bfdd2c5231ae36 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Wed, 23 Apr 2025 12:46:16 +0200 Subject: [PATCH] Update pipeline.yml --- .github/workflows/pipeline.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 307ace9..580284b 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -19,7 +19,6 @@ jobs: - name: Installation and setup shell: bash -l {0} run: | - pip install -e qe_xml_parser pip install -e python_workflow_definition conda install -c conda-forge jupyter papermill verdi presto --profile-name pwd @@ -109,4 +108,4 @@ jobs: cp book/*.md . jupyter-book build . --path-output public - run: mv public/_build/html public_html - - run: touch public_html/.nojekyll \ No newline at end of file + - run: touch public_html/.nojekyll