Skip to content

Commit

Permalink
revert d888e09
Browse files Browse the repository at this point in the history
  • Loading branch information
pbiering committed Oct 28, 2024
1 parent 4590b02 commit b8c2b65
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", "--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",
Expand Down

0 comments on commit b8c2b65

Please sign in to comment.