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