Skip to content

Commit

Permalink
Update update_dependency.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AbeCoull authored Jan 25, 2024
1 parent 8e46ecf commit 3377932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/update_dependency.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@


for line in fileinput.input("tox.ini", inplace=True):
# Ensure that tox uses the working branch for the SDK PR.
# Ensure that tox uses the working branch for the schema PR.
replaced_line = (
line if package not in line else f'"{package} @ file://{path}/{package}-python",\n'
)
Expand Down

0 comments on commit 3377932

Please sign in to comment.