Skip to content

Commit

Permalink
FIXUP: Use the proper pip argument
Browse files Browse the repository at this point in the history
  • Loading branch information
apyrgio committed Oct 8, 2024
1 parent e027d85 commit 30b4f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/linux/vendor-pymupdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def main():
"--no-compile",
"--target",
args.dest,
"--requirements",
"--requirement",
"/proc/self/fd/0", # XXX: pip does not read requirements.txt from stdin
]
subprocess.check_output(cmd, input=container_requirements_txt)
Expand Down

0 comments on commit 30b4f24

Please sign in to comment.