File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -155,7 +155,11 @@ jobs:
155155 # such as grpcio, which we build from scratch on every run for Python 3.15+.
156156 # Follow https://github.com/grpc/grpc/issues/41010 for updates.
157157 cache : ' pip'
158- cache-dependency-path : ' **/packages/gapic-generator/tests/integration/goldens/**/testing/requirements-prerelease.txt'
158+ cache-dependency-path : |
159+ packages/gapic-generator/tests/integration/goldens/credentials/testing/requirements-prerelease.txt
160+ packages/gapic-generator/tests/integration/goldens/eventarc/testing/requirements-prerelease.txt
161+ packages/gapic-generator/tests/integration/goldens/logging/testing/requirements-prerelease.txt
162+ packages/gapic-generator/tests/integration/goldens/redis/testing/requirements-prerelease.txt
159163 - name : Install System Deps
160164 run : sudo apt-get update && sudo apt-get install -y pandoc
161165 - name : Run Goldens (Prerelease)
You can’t perform that action at this time.
0 commit comments