Skip to content

Commit

Permalink
scripts/test.py: reduce verbosity when running pip install.
Browse files Browse the repository at this point in the history
  • Loading branch information
julian-smith-artifex-com committed Jul 4, 2024
1 parent 826159e commit 606c552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ def build(
env_extra['PYMUPDF_SETUP_MUPDF_REBUILD'] = '0'
if build_type:
env_extra['PYMUPDF_SETUP_MUPDF_BUILD_TYPE'] = build_type
gh_release.run(f'pip install{build_isolation_text} -vv {pymupdf_dir}', env_extra=env_extra)
gh_release.run(f'pip install{build_isolation_text} -v {pymupdf_dir}', env_extra=env_extra)


def test(
Expand Down

0 comments on commit 606c552

Please sign in to comment.