Skip to content

Commit

Permalink
test fix for #1594
Browse files Browse the repository at this point in the history
  • Loading branch information
pbiering committed Oct 28, 2024
1 parent 5c29b02 commit d888e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation-generator/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d888e09

Please sign in to comment.