Skip to content

Commit ceeceee

Browse files
committed
fix: update element's test flow
1 parent 5c04d20 commit ceeceee

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
@@ -8,8 +8,6 @@ on:
88
- main
99
workflow_dispatch:
1010
jobs:
11-
devcontainer-build:
12-
uses: datajoint/.github/.github/workflows/devcontainer-build.yaml@main
1311
tests:
1412
runs-on: ubuntu-latest
1513
strategy:
@@ -30,3 +28,4 @@ jobs:
3028
run: |
3129
python_version=${{matrix.py_ver}}
3230
black element_array_ephys --check --verbose --target-version py${python_version//.}
31+
black notebooks --check --verbose --target-version py${python_version//.}

0 commit comments

Comments
 (0)