Skip to content

Commit 4b7bc39

Browse files
authored
Update pipeline.yml (#74)
1 parent 1800b2e commit 4b7bc39

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
@@ -32,7 +32,6 @@ jobs:
3232
- name: Installation and setup
3333
shell: bash -l {0}
3434
run: |
35-
pip install -e qe_xml_parser
3635
pip install -e python_workflow_definition
3736
conda install -c conda-forge jupyter papermill
3837
verdi presto --profile-name pwd
@@ -122,4 +121,4 @@ jobs:
122121
cp book/*.md .
123122
jupyter-book build . --path-output public
124123
- run: mv public/_build/html public_html
125-
- run: touch public_html/.nojekyll
124+
- run: touch public_html/.nojekyll

0 commit comments

Comments
 (0)