Skip to content

Commit 73db74a

Browse files
committed
chore: udpate files
1 parent 68fb34b commit 73db74a

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/gen_whl_to_pypi.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ jobs:
2626

2727
- name: Unit testings
2828
run: |
29+
python -m pip install paddlepaddle==3.1.0 -i https://www.paddlepaddle.org.cn/packages/stable/cpu/
2930
pip install -r requirements.txt
30-
pip install pytest
31+
pip install pytest six
3132
pip install six
3233
pytest tests/test_*.py
3334

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ onnx>=1.12.0
22
requests>=2.27.1
33
tqdm>=4.64.1
44
paddle2onnx>=1.0.0
5-
colorlog
5+
colorlog
6+
paddlepaddle==3.1.0

0 commit comments

Comments
 (0)