fix: special taos-ws-py version in py test

This commit is contained in:
sunpeng 2023-09-06 14:27:18 +08:00
parent 89a49a40a4
commit b5e9ebefd4
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