Skip to content

Commit aa59c04

Browse files
committed
fix(ci): Add related package
1 parent 38e4cb7 commit aa59c04

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish_whl.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
unzip $DIR_NAME
3434
cp $DIR_NAME/*.onnx rapid_layout/models/
3535
pip install -r requirements.txt
36-
pip install pytest wheel get_pypi_latest_version
36+
pip install pytest wheel
3737
pytest tests/test*.py
3838
3939
GenerateWHL_PushPyPi:
@@ -46,6 +46,7 @@ jobs:
4646
- name: Run setup
4747
run: |
4848
pip install -r requirements.txt
49+
pip install get_pypi_latest_version
4950
wget $RESOURCES_URL
5051
ZIP_NAME=${RESOURCES_URL##*/}
5152
DIR_NAME=${ZIP_NAME%.*}

0 commit comments

Comments
 (0)