Skip to content

Commit 622b026

Browse files
authored
Merge pull request #3 from RapidAI/fix_workflow
chore: fix workflow
2 parents 6315ee3 + 25c534a commit 622b026

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/workflows/rapid_table_det.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,6 @@ jobs:
2525
run: |
2626
pip install -r requirements.txt
2727
pip install pytest
28-
29-
wget https://github.com/Joker1212/RapidTableDetection/releases/download/v0.0.0/cls_det.zip
30-
wget https://github.com/Joker1212/RapidTableDetection/releases/download/v0.0.0/obj_det_quantized.zip
31-
wget https://github.com/Joker1212/RapidTableDetection/releases/download/v0.0.0/edge_det_quantized.zip
32-
unzip cls_det.zip
33-
unzip obj_det_quantized.zip
34-
unzip edge_det_quantized.zip
35-
mv *.onnx rapid_table_det/models/
36-
3728
pytest tests/test_table_det.py
3829
3930
GenerateWHL_PushPyPi:
@@ -54,14 +45,6 @@ jobs:
5445
pip install -r requirements.txt
5546
python -m pip install --upgrade pip
5647
pip install wheel get_pypi_latest_version
57-
58-
wget https://github.com/Joker1212/RapidTableDetection/releases/download/v0.0.0/cls_det.zip
59-
wget https://github.com/Joker1212/RapidTableDetection/releases/download/v0.0.0/obj_det_quantized.zip
60-
wget https://github.com/Joker1212/RapidTableDetection/releases/download/v0.0.0/edge_det_quantized.zip
61-
unzip cls_det.zip
62-
unzip obj_det_quantized.zip
63-
unzip edge_det_quantized.zip
64-
mv *.onnx rapid_table_det/models/
6548
python setup_rapid_table_det.py bdist_wheel "${{ github.ref_name }}"
6649
6750
- name: Publish distribution 📦 to PyPI

0 commit comments

Comments
 (0)