Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .github/workflows/gapic-generator-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,11 @@ jobs:
# such as grpcio, which we build from scratch on every run for Python 3.15+.
# Follow https://github.com/grpc/grpc/issues/41010 for updates.
cache: 'pip'
cache-dependency-path: '**/requirements*.txt'
cache-dependency-path: |
packages/gapic-generator/tests/integration/goldens/credentials/testing/requirements-prerelease.txt
packages/gapic-generator/tests/integration/goldens/eventarc/testing/requirements-prerelease.txt
packages/gapic-generator/tests/integration/goldens/logging/testing/requirements-prerelease.txt
packages/gapic-generator/tests/integration/goldens/redis/testing/requirements-prerelease.txt
- name: Install System Deps
run: sudo apt-get update && sudo apt-get install -y pandoc
- name: Run Goldens (Prerelease)
Expand Down
Loading
Loading