Skip to content

Commit

Permalink
Fix actions errors
Browse files Browse the repository at this point in the history
  • Loading branch information
SWHL committed Apr 19, 2023
1 parent 31fd907 commit 4cd2ff3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/gen_whl_to_pypi_rapid_layout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
DIR_NAME=${ZIP_NAME%.*}
unzip $DIR_NAME
cp $DIR_NAME/*.onnx rapid_layout/models/
cd python/rapid_structure
pip install -r requirements.txt
pytest tests/test_layout.py
Expand All @@ -49,7 +48,6 @@ jobs:

- name: Run setup
run: |
cd python/rapid_structure
pip install -r requirements.txt
wget $RESOURCES_URL
ZIP_NAME=${RESOURCES_URL##*/}
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/gen_whl_to_pypi_rapid_orientation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
unzip $ZIP_NAME
rm rapid_orientation/models/.gitkeep
mv $DIR_NAME/*.onnx rapid_orientation/models/
cd python/rapid_structure
pip install -r requirements.txt
cd tests
pytest test_orientation.py
Expand All @@ -54,7 +53,6 @@ jobs:

- name: Run setup
run: |
cd python/rapid_structure
pip install -r requirements.txt
wget $RESOURCES_URL
ZIP_NAME=${RESOURCES_URL##*/}
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/gen_whl_to_pypi_rapid_table.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
DIR_NAME=${ZIP_NAME%.*}
unzip $DIR_NAME
cp $DIR_NAME/*.onnx rapid_table/models/
cd python/rapid_structure
pip install -r requirements.txt
pip install rapidocr_onnxruntime
pytest tests/test_table.py
Expand All @@ -56,7 +55,6 @@ jobs:

- name: Run setup
run: |
cd python/rapid_structure
pip install -r requirements.txt
wget $RESOURCES_URL
ZIP_NAME=${RESOURCES_URL##*/}
Expand Down

0 comments on commit 4cd2ff3

Please sign in to comment.