We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c04d20 commit ceeceeeCopy full SHA for ceeceee
1 file changed
.github/workflows/test.yaml
@@ -8,8 +8,6 @@ on:
8
- main
9
workflow_dispatch:
10
jobs:
11
- devcontainer-build:
12
- uses: datajoint/.github/.github/workflows/devcontainer-build.yaml@main
13
tests:
14
runs-on: ubuntu-latest
15
strategy:
@@ -30,3 +28,4 @@ jobs:
30
28
run: |
31
29
python_version=${{matrix.py_ver}}
32
black element_array_ephys --check --verbose --target-version py${python_version//.}
+ black notebooks --check --verbose --target-version py${python_version//.}
0 commit comments