We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e74097 commit 7174f0dCopy full SHA for 7174f0d
1 file changed
.github/workflows/unittest.yml
@@ -36,7 +36,7 @@ jobs:
36
# such as grpcio, which we build from scratch on every run for Python 3.15+.
37
# Follow https://github.com/grpc/grpc/issues/41010 for updates.
38
cache: 'pip'
39
- cache-dependency-path: '**/constraints*.txt'
+ cache-dependency-path: 'packages/**/testing/constraints*.txt'
40
- name: Install nox
41
run: |
42
python -m pip install --upgrade setuptools pip wheel
0 commit comments