There was an error while loading. Please reload this page.
1 parent bd9e430 commit 0af6fffCopy full SHA for 0af6fff
1 file changed
.github/workflows/gapic-generator-tests.yml
@@ -166,9 +166,9 @@ jobs:
166
run: |
167
pip install nox
168
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
+ for pkg in credentials eventarc logging redis; do
+ nox -f tests/integration/goldens/$pkg/noxfile.py -s core_deps_from_source prerelease_deps
+ done
172
173
fragment-snippet:
174
needs: python_config
0 commit comments