We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68fb34b commit 73db74aCopy full SHA for 73db74a
2 files changed
.github/workflows/gen_whl_to_pypi.yml
@@ -26,8 +26,9 @@ jobs:
26
27
- name: Unit testings
28
run: |
29
+ python -m pip install paddlepaddle==3.1.0 -i https://www.paddlepaddle.org.cn/packages/stable/cpu/
30
pip install -r requirements.txt
- pip install pytest
31
+ pip install pytest six
32
pip install six
33
pytest tests/test_*.py
34
requirements.txt
@@ -2,4 +2,5 @@ onnx>=1.12.0
2
requests>=2.27.1
3
tqdm>=4.64.1
4
paddle2onnx>=1.0.0
5
-colorlog
+colorlog
6
+paddlepaddle==3.1.0
0 commit comments