Skip to content

Commit 39b01e1

Browse files
committed
modified onnx version of windows ci
1 parent 3a26ab5 commit 39b01e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/run.bat

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ set bug=0
6969
REM Install Python packages
7070
set PY_CMD=%1
7171
%PY_CMD% -m pip install pytest
72-
%PY_CMD% -m pip install onnx onnxruntime tqdm filelock
72+
%PY_CMD% -m pip install tqdm filelock
73+
%PY_CMD% -m pip install onnx==1.16.0 onnxruntime==1.20.1
7374
%PY_CMD% -m pip install six hypothesis
7475
REM %PY_CMD% -m pip install --pre paddlepaddle -i https://www.paddlepaddle.org.cn/packages/nightly/cpu/
7576
%PY_CMD% -m pip install https://paddle2onnx.bj.bcebos.com/paddle_windows/paddlepaddle_gpu-0.0.0-cp310-cp310-win_amd64.whl

0 commit comments

Comments
 (0)