From 76c27b021d8efd9da58b35195be4fdfdda26ac66 Mon Sep 17 00:00:00 2001 From: kushalbakshi Date: Fri, 9 Aug 2024 15:41:43 -0400 Subject: [PATCH] Remove notebooks from GHA checks --- .github/workflows/test.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index b8a27c1..bd23395 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -32,5 +32,4 @@ jobs: - name: Run style tests run: | python_version=${{matrix.py_ver}} - black element_interface --check --verbose --target-version py${python_version//.} - black notebooks --check --verbose --target-version py${python_version//.} \ No newline at end of file + black element_interface --check --verbose --target-version py${python_version//.} \ No newline at end of file