Skip to content

Commit f02bff8

Browse files
committed
Update main.yml
1 parent ca1a49b commit f02bff8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,7 @@ jobs:
319319
- name: Jupyter Lite integration test
320320
shell: bash -l {0}
321321
run: |
322+
set -e
322323
micromamba create -n xeus-lite-host jupyterlite-core=0.6 jupyterlite-xeus -c conda-forge
323324
micromamba activate xeus-lite-host
324325
if [[ "${{ matrix.os }}" == "macos"* ]]; then
@@ -346,7 +347,7 @@ jobs:
346347
nbdiff notebooks/smallpt.ipynb $HOME/Downloads/smallpt.ipynb
347348
rm $HOME/Downloads/smallpt.ipynb
348349
fi
349-
timeout-minutes: 10
350+
timeout-minutes: 12
350351

351352
- name: Setup tmate session
352353
if: ${{ failure() && runner.debug }}

0 commit comments

Comments
 (0)