You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2022/04/07 11:37:01 UTC

[iotdb] branch test_black updated: Update client-python.yml

This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch test_black
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/test_black by this push:
     new 0f317006b8 Update client-python.yml
0f317006b8 is described below

commit 0f317006b83985c5bd0b15a71636d81da89ba09f
Author: Haonan <hh...@outlook.com>
AuthorDate: Thu Apr 7 19:36:56 2022 +0800

    Update client-python.yml
---
 .github/workflows/client-python.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/client-python.yml b/.github/workflows/client-python.yml
index ef2f30633e..0828e1e822 100644
--- a/.github/workflows/client-python.yml
+++ b/.github/workflows/client-python.yml
@@ -59,8 +59,8 @@ jobs:
       - name: Install IoTDB python client requirements
         run: pip3 install -r client-py/requirements_dev.txt
       - name: Check python code format
-        run: black --check client-py
+        run: python -m black --check client-py
       - name: Integration test
         shell: bash
         run: |
-          cd client-py && pytest .
\ No newline at end of file
+          cd client-py && pytest .