Skip to content

Commit

Permalink
Merge pull request #3 from RapidAI/fix_workflow
Browse files Browse the repository at this point in the history
chore: fix workflow
  • Loading branch information
Joker1212 authored Nov 2, 2024
2 parents 6315ee3 + 25c534a commit 622b026
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/rapid_table_det.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,6 @@ jobs:
run: |
pip install -r requirements.txt
pip install pytest
wget https://github.com/Joker1212/RapidTableDetection/releases/download/v0.0.0/cls_det.zip
wget https://github.com/Joker1212/RapidTableDetection/releases/download/v0.0.0/obj_det_quantized.zip
wget https://github.com/Joker1212/RapidTableDetection/releases/download/v0.0.0/edge_det_quantized.zip
unzip cls_det.zip
unzip obj_det_quantized.zip
unzip edge_det_quantized.zip
mv *.onnx rapid_table_det/models/
pytest tests/test_table_det.py
GenerateWHL_PushPyPi:
Expand All @@ -54,14 +45,6 @@ jobs:
pip install -r requirements.txt
python -m pip install --upgrade pip
pip install wheel get_pypi_latest_version
wget https://github.com/Joker1212/RapidTableDetection/releases/download/v0.0.0/cls_det.zip
wget https://github.com/Joker1212/RapidTableDetection/releases/download/v0.0.0/obj_det_quantized.zip
wget https://github.com/Joker1212/RapidTableDetection/releases/download/v0.0.0/edge_det_quantized.zip
unzip cls_det.zip
unzip obj_det_quantized.zip
unzip edge_det_quantized.zip
mv *.onnx rapid_table_det/models/
python setup_rapid_table_det.py bdist_wheel "${{ github.ref_name }}"
- name: Publish distribution 📦 to PyPI
Expand Down

0 comments on commit 622b026

Please sign in to comment.