fix(ocrmypdf)[1]

This commit is contained in:
Jacob Heider 2024-04-16 16:25:50 -04:00
parent 6261889bc7
commit af3f2da50b
No known key found for this signature in database
GPG key ID: 51E3FD0EE62677B6

View file

@ -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: