Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a58d74c

Browse files
make all run files py3 only (GoogleCloudPlatform#3024)
Co-authored-by: Bu Sun Kim <[email protected]>
1 parent 646012c commit a58d74c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile-template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def _setup_appengine_sdk(session):
154154
"bigquery/pandas-gbq-migration"
155155
)
156156
or str(Path(sample).absolute().relative_to(REPO_ROOT)).startswith(
157-
"run/system-package"
157+
"run/"
158158
)
159159
)
160160
]

0 commit comments

Comments
 (0)