You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/lint.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -37,12 +37,12 @@ jobs:
37
37
# TODO(https://github.com/googleapis/google-cloud-python/issues/13775): Specify `PY_VERSION` rather than relying on the default python version of the nox session.
38
38
PY_VERSION: "unused"
39
39
run: |
40
-
ci/run_conditional_tests.sh
40
+
nox -s lint
41
41
- name: Run lint_setup_py
42
42
env:
43
43
BUILD_TYPE: presubmit
44
44
TEST_TYPE: lint_setup_py
45
45
# TODO(https://github.com/googleapis/google-cloud-python/issues/13775): Specify `PY_VERSION` rather than relying on the default python version of the nox session.
0 commit comments