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 1800b2e commit 4b7bc39Copy full SHA for 4b7bc39
.github/workflows/pipeline.yml
@@ -32,7 +32,6 @@ jobs:
32
- name: Installation and setup
33
shell: bash -l {0}
34
run: |
35
- pip install -e qe_xml_parser
36
pip install -e python_workflow_definition
37
conda install -c conda-forge jupyter papermill
38
verdi presto --profile-name pwd
@@ -122,4 +121,4 @@ jobs:
122
121
cp book/*.md .
123
jupyter-book build . --path-output public
124
- run: mv public/_build/html public_html
125
- - run: touch public_html/.nojekyll
+ - run: touch public_html/.nojekyll
0 commit comments