This commit is contained in:
Peter Bieringer 2024-10-28 08:01:33 +01:00
parent 4590b02086
commit b8c2b65a55

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", "--break-system-packages", "beautifulsoup4"],
subprocess.run([sys.executable, "-m", "pip", "install", "beautifulsoup4"],
check=True)
with TemporaryDirectory() as temp:
subprocess.run(["curl", "--location", "--output", "pandoc.deb",