From 78ef83ddb7d03d4592d57f81a76336e86741bedb Mon Sep 17 00:00:00 2001 From: Jonathan Taylor Date: Tue, 8 Aug 2023 16:52:52 -0700 Subject: [PATCH] need a format for nbconvert --- .github/workflows/test_Ch02.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_Ch02.yml b/.github/workflows/test_Ch02.yml index 8fce64d..e434f1e 100644 --- a/.github/workflows/test_Ch02.yml +++ b/.github/workflows/test_Ch02.yml @@ -31,5 +31,5 @@ jobs: # Runs a set of commands using the runners shell - name: Build notebook run: | - jupyter nbconvert --execute Ch02-statlearn-lab.ipynb + jupyter nbconvert --execute --inplace Ch02-statlearn-lab.ipynb