Skip to content

Commit 5c74873

Browse files
committed
fix prerelease goldens
1 parent cf70e04 commit 5c74873

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ jobs:
8989
uses: actions/setup-python@v6
9090
with:
9191
python-version: ${{ needs.python_config.outputs.latest_stable_python }}
92+
- name: Install System Deps
93+
run: sudo apt-get update && sudo apt-get install -y pandoc
9294
- name: Run Mypy
9395
run: |
9496
pip install nox
@@ -130,7 +132,7 @@ jobs:
130132
pip install nox
131133
cd packages/gapic-generator
132134
for pkg in credentials eventarc logging redis; do
133-
nox -f tests/integration/goldens/$pkg/noxfile.py -s prerelease
135+
nox -f tests/integration/goldens/$pkg/noxfile.py -s core_prerelease_deps prerelease_deps
134136
done
135137
136138
fragment-snippet:

0 commit comments

Comments
 (0)