Skip to content

Commit

Permalink
Merge pull request #13 from RapidAI/optim_workflow
Browse files Browse the repository at this point in the history
chore: optim workflow
  • Loading branch information
Joker1212 authored Oct 17, 2024
2 parents 1ccc095 + a1ac6a5 commit 31f5420
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish_whl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
pip install -r requirements.txt
pip install rapidocr_onnxruntime
pip install pytest
pytest tests/test_table.py
GenerateWHL_PushPyPi:
Expand All @@ -52,6 +53,8 @@ jobs:
- name: Run setup
run: |
pip install -r requirements.txt
python -m pip install --upgrade pip
pip install wheel get_pypi_latest_version
wget $RESOURCES_URL
ZIP_NAME=${RESOURCES_URL##*/}
DIR_NAME=${ZIP_NAME%.*}
Expand Down
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@ opencv_python>=4.5.1.48
numpy>=1.21.6,<2
Pillow
requests
pytest
get_pypi_latest_version

0 comments on commit 31f5420

Please sign in to comment.