We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9c919c commit 6f7eea2Copy full SHA for 6f7eea2
.github/workflows/pipeline.yml
@@ -19,7 +19,6 @@ jobs:
19
- name: Installation and setup
20
shell: bash -l {0}
21
run: |
22
- pip install -e qe_xml_parser
23
pip install -e python_workflow_definition
24
conda install -c conda-forge jupyter papermill
25
verdi presto --profile-name pwd
@@ -109,4 +108,4 @@ jobs:
109
108
cp book/*.md .
110
jupyter-book build . --path-output public
111
- run: mv public/_build/html public_html
112
- - run: touch public_html/.nojekyll
+ - run: touch public_html/.nojekyll
0 commit comments