Skip to content

Commit df9c432

Browse files
authored
change yaml list to string...
1 parent 22b2999 commit df9c432

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/nestbuildmatrix.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -445,12 +445,7 @@ jobs:
445445
uses: psf/black@af0ba72a73598c76189d6dd1b21d8532255d5942 # 25.9.0
446446
with:
447447
jupyter: true
448-
src:
449-
- testsuite
450-
- doc
451-
- build_support
452-
- examples
453-
- pynest
448+
src: testsuite doc build_support examples pynest
454449

455450
flake8:
456451
runs-on: "ubuntu-22.04"

0 commit comments

Comments
 (0)