Skip to content

Commit

Permalink
chore: fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Joker1212 committed Oct 19, 2024
1 parent de3bd9c commit cf89e3e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/rapid_table_det.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ jobs:
unzip cls_det.zip
unzip obj_det_quantized.zip
unzip edge_det_quantized.zip
mv cls_det/*.onnx rapid_table_det/models/
mv obj_det_quantized/*.onnx rapid_table_det/models/
mv edge_det_quantized/*.onnx rapid_table_det/models/
mv *.onnx rapid_table_det/models/
pytest tests/test_table_det.py
Expand Down Expand Up @@ -64,7 +62,7 @@ jobs:
unzip obj_det_quantized.zip
unzip edge_det_quantized.zip
mv *.onnx rapid_table_det/models/
python setup_lineless.py bdist_wheel "${{ github.ref_name }}"
python setup_rapid_table_det.py bdist_wheel "${{ github.ref_name }}"
- name: Publish distribution 📦 to PyPI
uses: pypa/[email protected]
Expand Down

0 comments on commit cf89e3e

Please sign in to comment.