Skip to content

Commit

Permalink
chore: fix publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Joker1212 committed Dec 30, 2024
1 parent 57c9f2a commit b961267
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/publish_whl_torch.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Push rapidocr_table to pypi
name: Push rapidocr_table_torch to pypi

on:
push:
Expand Down Expand Up @@ -27,12 +27,6 @@ jobs:

- name: Unit testings
run: |
wget $RESOURCES_URL
ZIP_NAME=${RESOURCES_URL##*/}
DIR_NAME=${ZIP_NAME%.*}
unzip $DIR_NAME
cp $DIR_NAME/*.pth rapid_table_torch/models/
cp $DIR_NAME/*.json rapid_table_torch/models/
pip install -r requirements_torch.txt
pip install rapidocr_onnxruntime
pip install pytest
Expand Down

0 comments on commit b961267

Please sign in to comment.