Skip to content

Commit 2018b59

Browse files
committed
update integration tests as well
1 parent 146fa3e commit 2018b59

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/pipeline.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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]

0 commit comments

Comments
 (0)