Skip to content

Commit 76c27b0

Browse files
committed
Remove notebooks from GHA checks
1 parent bcd6386 commit 76c27b0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,4 @@ jobs:
3232
- name: Run style tests
3333
run: |
3434
python_version=${{matrix.py_ver}}
35-
black element_interface --check --verbose --target-version py${python_version//.}
36-
black notebooks --check --verbose --target-version py${python_version//.}
35+
black element_interface --check --verbose --target-version py${python_version//.}

0 commit comments

Comments
 (0)