From c62ac8574c6b8850dd9fcc0a3b41834af5736ad9 Mon Sep 17 00:00:00 2001 From: Marton Havasi Date: Wed, 11 Dec 2024 16:16:39 +0000 Subject: [PATCH] output format specified --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a3bc431..08a0b68 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -35,7 +35,7 @@ jobs: run: | pip install jupyter for file in examples/*.ipynb; do - jupyter nbconvert --execute --ExecutePreprocessor.timeout=300 "$file" + jupyter nbconvert --to html --execute --ExecutePreprocessor.timeout=300 "$file" done - name: Docstring Lint