From 904b833bc47c3008a44314de751aef218cc38fd9 Mon Sep 17 00:00:00 2001 From: rasswanth-s <43314053+rasswanth-s@users.noreply.github.com> Date: Wed, 28 Jun 2023 14:37:48 +0530 Subject: [PATCH 1/2] testing notebook tests --- .github/file-filters.yml | 2 +- notebooks/api/0.8/00-load-data.ipynb | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/file-filters.yml b/.github/file-filters.yml index a47b50e4c3d..a286a923726 100644 --- a/.github/file-filters.yml +++ b/.github/file-filters.yml @@ -75,7 +75,7 @@ frontend: notebooks: - .github/workflows/pr-tests-syft.yml - - "notebooks/api/**.ipynb" + - notebooks/api/**.ipynb - packages/syft/**/*.py - packages/syft/**/*.capnp - packages/syft/**/*.yml diff --git a/notebooks/api/0.8/00-load-data.ipynb b/notebooks/api/0.8/00-load-data.ipynb index 686ceea9a41..2727fa57412 100644 --- a/notebooks/api/0.8/00-load-data.ipynb +++ b/notebooks/api/0.8/00-load-data.ipynb @@ -659,7 +659,6 @@ "outputs": [], "source": [ "# Cleanup local domain server\n", - "\n", "if node.node_type.value == \"python\":\n", " node.land()" ] From 0706198bd15feaa0c98a628547ada5c6f528bbca Mon Sep 17 00:00:00 2001 From: rasswanth-s <43314053+rasswanth-s@users.noreply.github.com> Date: Wed, 28 Jun 2023 14:56:21 +0530 Subject: [PATCH 2/2] another file format change --- .github/file-filters.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/file-filters.yml b/.github/file-filters.yml index a286a923726..f9c026cd1f3 100644 --- a/.github/file-filters.yml +++ b/.github/file-filters.yml @@ -75,7 +75,7 @@ frontend: notebooks: - .github/workflows/pr-tests-syft.yml - - notebooks/api/**.ipynb + - notebooks/api/**/*.ipynb - packages/syft/**/*.py - packages/syft/**/*.capnp - packages/syft/**/*.yml