mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-05 06:07:35 +03:00
test fix for #1594
This commit is contained in:
parent
5c29b02e3f
commit
d888e09000
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", "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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue