mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-05 22:27:36 +03:00
revert d888e09000
This commit is contained in:
parent
4590b02086
commit
b8c2b65a55
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue