We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38e4cb7 commit aa59c04Copy full SHA for aa59c04
.github/workflows/publish_whl.yml
@@ -33,7 +33,7 @@ jobs:
33
unzip $DIR_NAME
34
cp $DIR_NAME/*.onnx rapid_layout/models/
35
pip install -r requirements.txt
36
- pip install pytest wheel get_pypi_latest_version
+ pip install pytest wheel
37
pytest tests/test*.py
38
39
GenerateWHL_PushPyPi:
@@ -46,6 +46,7 @@ jobs:
46
- name: Run setup
47
run: |
48
49
+ pip install get_pypi_latest_version
50
wget $RESOURCES_URL
51
ZIP_NAME=${RESOURCES_URL##*/}
52
DIR_NAME=${ZIP_NAME%.*}
0 commit comments