Skip to content

Commit 25639d2

Browse files
committed
small fix
1 parent 5c0d2c4 commit 25639d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/teststyle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
- name: Check Style
2727
run: |
2828
pip install black==19.3b0 codecov
29-
black --check pydra tools setup.py
29+
black --check pydra setup.py

0 commit comments

Comments
 (0)