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 590760a commit c450b72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rapid_table_det.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Unit testings
run: |
pip install -r requirements.txt
pip install -r rapid_table_det/requirements.txt
pip install pytest
wget https://github.com/Joker1212/RapidTableDetection/releases/download/v0.0.0/cls_det.zip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rapid_table_det_paddle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Unit testings
run: |
pip install -r requirements.txt
pip install -r rapid_table_det_paddle/requirements.txt
pip install pytest
wget https://github.com/Joker1212/RapidTableDetection/releases/download/v0.0.0/cls_det_paddle.zip
Expand Down

0 comments on commit c450b72

Please sign in to comment.