Skip to content

Commit 1af6db4

Browse files
committed
update run commands
1 parent ddad528 commit 1af6db4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ jobs:
3737
# 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.
3838
PY_VERSION: "unused"
3939
run: |
40-
ci/run_conditional_tests.sh
40+
nox -s lint
4141
- name: Run lint_setup_py
4242
env:
4343
BUILD_TYPE: presubmit
4444
TEST_TYPE: lint_setup_py
4545
# 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.
4646
PY_VERSION: "unused"
4747
run: |
48-
ci/run_conditional_tests.sh
48+
nox -s lint_setup_py

0 commit comments

Comments
 (0)