We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf70e04 commit 5c74873Copy full SHA for 5c74873
.github/workflows/gapic-generator-tests.yml
@@ -89,6 +89,8 @@ jobs:
89
uses: actions/setup-python@v6
90
with:
91
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
94
- name: Run Mypy
95
run: |
96
pip install nox
@@ -130,7 +132,7 @@ jobs:
130
132
131
133
cd packages/gapic-generator
134
for pkg in credentials eventarc logging redis; do
- 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
136
done
137
138
fragment-snippet:
0 commit comments