mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
fix(surya)
This commit is contained in:
parent
152b799cd7
commit
2e4810ca0d
1 changed files with 3 additions and 0 deletions
|
@ -18,6 +18,9 @@ build:
|
||||||
python-poetry.org: ^1.7
|
python-poetry.org: ^1.7
|
||||||
script:
|
script:
|
||||||
- bkpyvenv stage --engine=poetry {{prefix}} {{version}}
|
- bkpyvenv stage --engine=poetry {{prefix}} {{version}}
|
||||||
|
# cv2 libs are compiled for MACOSX_DEPLOYMENT_TARGET=12.0
|
||||||
|
- run: poetry config --local installer.no-binary cv2
|
||||||
|
if: darwin
|
||||||
- poetry install
|
- poetry install
|
||||||
- bkpyvenv seal --engine=poetry {{prefix}} surya_detect
|
- bkpyvenv seal --engine=poetry {{prefix}} surya_detect
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue