Skip to content

Commit

Permalink
build: test owlbot config
Browse files Browse the repository at this point in the history
  • Loading branch information
olavloite committed Dec 5, 2024
1 parent a214885 commit bbd30d1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,14 @@ def place_before(path, text, *before_text, escape=None):
escape="()",
)

place_before(
"noxfile.py",
"def docfx"
"""# docfx session
@nox.session(python="3.10")
""",
)

s.replace(
"noxfile.py",
r"""session.install\("-e", "."\)""",
Expand Down

0 comments on commit bbd30d1

Please sign in to comment.