build: update taospy and taos-ws-py version
This commit is contained in:
parent
b29929a7e0
commit
7ad9d39227
|
@ -314,9 +314,9 @@ def pre_test_build_win() {
|
||||||
cd %WIN_CONNECTOR_ROOT%
|
cd %WIN_CONNECTOR_ROOT%
|
||||||
python.exe -m pip install --upgrade pip
|
python.exe -m pip install --upgrade pip
|
||||||
python -m pip uninstall taospy -y
|
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 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
|
xcopy /e/y/i/f %WIN_INTERNAL_ROOT%\\debug\\build\\lib\\taos.dll C:\\Windows\\System32
|
||||||
'''
|
'''
|
||||||
return 1
|
return 1
|
||||||
|
|
Loading…
Reference in New Issue