Skip to content

Commit

Permalink
pre-install woke
Browse files Browse the repository at this point in the history
Done as a counterpart to mandatory installation
in spellcheck/spellcheck.py.

This fixes the build in canonical/sphinx-docs-starter-pack#291
  • Loading branch information
akcano committed Oct 3, 2024
1 parent 767a84e commit 1f5b090
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions inclusive-language/inclusive_language.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ def run_command(command, cwd):
makefile = args.makefile

try:
# Install Woke
run_command('sudo snap install woke', args.working_dir)

# If the Makefile has not been specified, use the starter pack Makefile (and the corresponding
# targets) if available. Otherwise, use "Makefile".
if makefile == "use-default":
Expand Down

0 comments on commit 1f5b090

Please sign in to comment.