Merge pull request #22769 from taosdata/fix/sunpeng/special-taos-ws-py-version-for-main

fix: special taos-ws-py version in py test
This commit is contained in:
wade zhang 2023-09-07 18:35:49 +08:00 committed by GitHub
commit 55fbc79a64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ pip3 install kafka-python
python3 kafka_example_consumer.py
# 21
pip3 install taos-ws-py
pip3 install taos-ws-py==0.2.6
python3 conn_websocket_pandas.py
# 22