Skip to content

Commit 7354000

Browse files
author
Jon Wayne Parrott
committed
Fix check requirements command
1 parent 8cfc6b3 commit 7354000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,4 +276,4 @@ def session_check_requirements(session):
276276
reqfiles = list(_list_files('.', 'requirements*.txt'))
277277

278278
for reqfile in reqfiles:
279-
session.run('gcp-devrel-py-tools check-requirements', command, reqfile)
279+
session.run('gcp-devrel-py-tools', command, reqfile)

0 commit comments

Comments
 (0)