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