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 7032ffd commit de3bd9c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/rapid_table_det_paddle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,9 @@ jobs:
unzip cls_det_paddle.zip
unzip obj_det_paddle.zip
unzip edge_det_paddle.zip
mv cls_det_paddle/*.pd* rapid_table_det_paddle/models/
mv obj_det_paddle/*.pd* rapid_table_det_paddle/models/
mv edge_det_paddle/*.pd* rapid_table_det_paddle/models/
pytest tests/test_det_paddle.py
mv *.pd* rapid_table_det_paddle/models/
pytest tests/test_table_det_paddle.py
GenerateWHL_PushPyPi:
needs: UnitTesting
Expand Down

0 comments on commit de3bd9c

Please sign in to comment.