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 2a4fa63 commit c538e2fCopy full SHA for c538e2f
.github/workflows/nfdi.yml
@@ -22,6 +22,7 @@ jobs:
22
pip install -e qe_xml_parser
23
pip install -e python_workflow_definition
24
conda install -c conda-forge jupyter papermill
25
+ sudo apt-get install -y $(cat apt.txt)
26
- name: Create Additional Conda Environments
27
shell: bash -l {0}
28
run: |
0 commit comments