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 77a48c5 commit dd7f0cdCopy full SHA for dd7f0cd
.github/workflows/publish_whl.yml
@@ -28,7 +28,7 @@ jobs:
28
DIR_NAME=${ZIP_NAME%.*}
29
unzip $ZIP_NAME
30
rm rapid_orientation/models/.gitkeep
31
- mv $DIR_NAME/*.onnx rapid_orientation/models/
+ mv $DIR_NAME/rapid_orientation.onnx rapid_orientation/models/
32
pip install -r requirements.txt
33
pip install pytest
34
pytest tests/test_orientation.py
0 commit comments