Skip to content

Commit 42061e3

Browse files
committed
chore: fix workflow
1 parent c450b72 commit 42061e3

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.github/workflows/rapid_table_det.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: Unit testings
2525
run: |
26-
pip install -r rapid_table_det/requirements.txt
26+
pip install -r requirements.txt
2727
pip install pytest
2828
2929
wget https://github.com/Joker1212/RapidTableDetection/releases/download/v0.0.0/cls_det.zip

.github/workflows/rapid_table_det_paddle.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323

2424
- name: Unit testings
2525
run: |
26-
pip install -r rapid_table_det_paddle/requirements.txt
26+
pip install -r requirements.txt
27+
pip install paddlepaddle
2728
pip install pytest
2829
2930
wget https://github.com/Joker1212/RapidTableDetection/releases/download/v0.0.0/cls_det_paddle.zip
@@ -54,6 +55,7 @@ jobs:
5455
- name: Run setup.py
5556
run: |
5657
pip install -r requirements.txt
58+
pip install paddlepaddle
5759
python -m pip install --upgrade pip
5860
pip install wheel get_pypi_latest_version
5961

requirments.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
numpy
2+
Pillow
3+
opencv-python
4+
onnxruntime
5+
requests

0 commit comments

Comments
 (0)