Skip to content

Commit 19bb327

Browse files
committed
Fix black action
1 parent ba1c508 commit 19bb327

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test-python.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@ jobs:
1717
# linting and formatting for Training Operator SDK.
1818
- name: Check Python code with Black
1919
uses: psf/black@stable
20-
version: 21.12b0
21-
args: black --check sdk/ --exclude '/*kubeflow_org_v1*|__init__.py|api_client.py|configuration.py|exceptions.py|rest.py'
20+
with:
21+
version: 21.12b0
22+
options: --check sdk/ --exclude '/*kubeflow_org_v1*|__init__.py|api_client.py|configuration.py|exceptions.py|rest.py'

0 commit comments

Comments
 (0)