From 7ad9d39227e2ecff0f82b3c69e70267f1899744c Mon Sep 17 00:00:00 2001 From: sunpeng Date: Wed, 20 Sep 2023 09:30:36 +0800 Subject: [PATCH] build: update taospy and taos-ws-py version --- Jenkinsfile2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile2 b/Jenkinsfile2 index c41e739bd3..165d203a22 100644 --- a/Jenkinsfile2 +++ b/Jenkinsfile2 @@ -314,9 +314,9 @@ def pre_test_build_win() { cd %WIN_CONNECTOR_ROOT% python.exe -m pip install --upgrade pip python -m pip uninstall taospy -y - python -m pip install taospy==2.7.10 + python -m pip install taospy==2.7.12 python -m pip uninstall taos-ws-py -y - python -m pip install taos-ws-py==0.2.8 + python -m pip install taos-ws-py==0.2.9 xcopy /e/y/i/f %WIN_INTERNAL_ROOT%\\debug\\build\\lib\\taos.dll C:\\Windows\\System32 ''' return 1