Skip to content

Commit 46ee8a0

Browse files
committed
fix presubmit
1 parent 5c74873 commit 46ee8a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gapic-generator-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
pip install nox
133133
cd packages/gapic-generator
134134
for pkg in credentials eventarc logging redis; do
135-
nox -f tests/integration/goldens/$pkg/noxfile.py -s core_prerelease_deps prerelease_deps
135+
nox -f tests/integration/goldens/$pkg/noxfile.py -s core_deps_from_source prerelease_deps
136136
done
137137
138138
fragment-snippet:

0 commit comments

Comments
 (0)