Skip to content

Commit 0af6fff

Browse files
committed
revert
1 parent bd9e430 commit 0af6fff

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,9 @@ jobs:
166166
run: |
167167
pip install nox
168168
cd packages/gapic-generator
169-
# Fire all 4 sessions concurrently; fails clean if any fail
170-
printf "%s\n" credentials eventarc logging redis | xargs -I {} -P 4 \
171-
nox -f tests/integration/goldens/{}/noxfile.py -s prerelease_deps
169+
for pkg in credentials eventarc logging redis; do
170+
nox -f tests/integration/goldens/$pkg/noxfile.py -s core_deps_from_source prerelease_deps
171+
done
172172
173173
fragment-snippet:
174174
needs: python_config

0 commit comments

Comments
 (0)