Skip to content

Commit bc8a0e2

Browse files
committed
install pypandoc
1 parent 671d447 commit bc8a0e2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/gapic-generator/noxfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -823,6 +823,7 @@ def system(session):
823823
# Check the value of `RUN_SYSTEM_TESTS` env var. It defaults to true.
824824
if os.environ.get("RUN_SYSTEM_TESTS", "true") == "false":
825825
session.skip("RUN_SYSTEM_TESTS is set to false, skipping")
826+
session.install("pypandoc_binary")
826827
showcase(session)
827828

828829

0 commit comments

Comments
 (0)