Skip to content

Commit 6f7eea2

Browse files
authored
Update pipeline.yml
1 parent d9c919c commit 6f7eea2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pipeline.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
- name: Installation and setup
2020
shell: bash -l {0}
2121
run: |
22-
pip install -e qe_xml_parser
2322
pip install -e python_workflow_definition
2423
conda install -c conda-forge jupyter papermill
2524
verdi presto --profile-name pwd
@@ -109,4 +108,4 @@ jobs:
109108
cp book/*.md .
110109
jupyter-book build . --path-output public
111110
- run: mv public/_build/html public_html
112-
- run: touch public_html/.nojekyll
111+
- run: touch public_html/.nojekyll

0 commit comments

Comments
 (0)