mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
fix(ocrmypdf)[1]
This commit is contained in:
parent
6261889bc7
commit
af3f2da50b
1 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@ build:
|
||||||
script:
|
script:
|
||||||
- bkpyvenv stage {{prefix}} {{version}}
|
- bkpyvenv stage {{prefix}} {{version}}
|
||||||
- ${{prefix}}/venv/bin/pip install .
|
- ${{prefix}}/venv/bin/pip install .
|
||||||
# pikepdf libs are compiled for MACOSX_DEPLOYMENT_TARGET=12.0
|
# pikepdf/pi_heif libs are compiled for MACOSX_DEPLOYMENT_TARGET=12.0
|
||||||
- run: '{{prefix}}/venv/bin/pip install --no-cache-dir --force-reinstall --no-binary :all: pikepdf'
|
- run: '{{prefix}}/venv/bin/pip install --no-cache-dir --force-reinstall --no-binary :all: pikepdf pi_heif'
|
||||||
if: darwin
|
if: darwin
|
||||||
- bkpyvenv seal {{prefix}} ocrmypdf
|
- bkpyvenv seal {{prefix}} ocrmypdf
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in a new issue