Skip to content

Commit 4cd2ff3

Browse files
committed
Fix actions errors
1 parent 31fd907 commit 4cd2ff3

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

.github/workflows/gen_whl_to_pypi_rapid_layout.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
3636
DIR_NAME=${ZIP_NAME%.*}
3737
unzip $DIR_NAME
3838
cp $DIR_NAME/*.onnx rapid_layout/models/
39-
cd python/rapid_structure
4039
pip install -r requirements.txt
4140
pytest tests/test_layout.py
4241
@@ -49,7 +48,6 @@ jobs:
4948

5049
- name: Run setup
5150
run: |
52-
cd python/rapid_structure
5351
pip install -r requirements.txt
5452
wget $RESOURCES_URL
5553
ZIP_NAME=${RESOURCES_URL##*/}

.github/workflows/gen_whl_to_pypi_rapid_orientation.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
unzip $ZIP_NAME
3535
rm rapid_orientation/models/.gitkeep
3636
mv $DIR_NAME/*.onnx rapid_orientation/models/
37-
cd python/rapid_structure
3837
pip install -r requirements.txt
3938
cd tests
4039
pytest test_orientation.py
@@ -54,7 +53,6 @@ jobs:
5453

5554
- name: Run setup
5655
run: |
57-
cd python/rapid_structure
5856
pip install -r requirements.txt
5957
wget $RESOURCES_URL
6058
ZIP_NAME=${RESOURCES_URL##*/}

.github/workflows/gen_whl_to_pypi_rapid_table.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
3636
DIR_NAME=${ZIP_NAME%.*}
3737
unzip $DIR_NAME
3838
cp $DIR_NAME/*.onnx rapid_table/models/
39-
cd python/rapid_structure
4039
pip install -r requirements.txt
4140
pip install rapidocr_onnxruntime
4241
pytest tests/test_table.py
@@ -56,7 +55,6 @@ jobs:
5655

5756
- name: Run setup
5857
run: |
59-
cd python/rapid_structure
6058
pip install -r requirements.txt
6159
wget $RESOURCES_URL
6260
ZIP_NAME=${RESOURCES_URL##*/}

0 commit comments

Comments
 (0)