From c0c0e38861bb55600c1c83efcc3d71cd634209d0 Mon Sep 17 00:00:00 2001 From: Matthew Scroggs Date: Fri, 8 Nov 2024 09:56:19 +0000 Subject: [PATCH] no s --- .github/workflows/notebook-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/notebook-images.yml b/.github/workflows/notebook-images.yml index 4aa0e55..9690ea7 100644 --- a/.github/workflows/notebook-images.yml +++ b/.github/workflows/notebook-images.yml @@ -59,7 +59,7 @@ jobs: run: | python3 -m pip install . python3 -m pip install jupytext nbconvert ipykernel matplotlib - python3 examples/generate_notebooks.py --skip "dirichlet_weak_imposition,simple_helmholtz_fem_bem_coupling_dolfin,opencl_benchmarks" + python3 examples/generate_notebooks.py --skip "dirichlet_weak_imposition,simple_helmholtz_fem_bem_coupling_dolfin,opencl_benchmark" - name: Push to GitHub run: |