File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -178,6 +178,8 @@ jobs:
178178 - uses : actions/checkout@v4
179179 - name : Merge Notebook environment
180180 run : |
181+ mkdir -p /home/runner/.local/share/jupyter/kernels/flux
182+ cp .ci_support/kernel.json /home/runner/.local/share/jupyter/kernels/flux
181183 echo -e "channels:\n - conda-forge\n" > .condarc
182184 - name : Setup Mambaforge
183185 uses : conda-incubator/setup-miniconda@v3
@@ -193,8 +195,8 @@ jobs:
193195 shell : bash -l {0}
194196 timeout-minutes : 20
195197 run : |
196- flux start papermill notebooks/5-1-gpaw.ipynb notebooks/5-1-gpaw-out.ipynb -k python3
197- flux start papermill notebooks/5-2-quantum-espresso.ipynb notebooks/5-2-quantum-espresso-out.ipynb -k python3
198+ papermill notebooks/5-1-gpaw.ipynb notebooks/5-1-gpaw-out.ipynb -k flux
199+ papermill notebooks/5-2-quantum-espresso.ipynb notebooks/5-2-quantum-espresso-out.ipynb -k flux
198200
199201 unittest_flux_mpich :
200202 needs : [black]
You can’t perform that action at this time.
0 commit comments