test fix for #1594

This commit is contained in:
Peter Bieringer 2024-10-28 07:54:40 +01:00
parent 5c29b02e3f
commit d888e09000

View file

@ -74,7 +74,7 @@ def convert_doc(src_path, to_path, branch, branches):
def install_dependencies():
subprocess.run([sys.executable, "-m", "pip", "install", "beautifulsoup4"],
subprocess.run([sys.executable, "-m", "pip", "install", "--break-system-packages", "beautifulsoup4"],
check=True)
with TemporaryDirectory() as temp:
subprocess.run(["curl", "--location", "--output", "pandoc.deb",