Skip to content

Commit 7174f0d

Browse files
committed
chore: attempt to speed up tests
1 parent 8e74097 commit 7174f0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
# such as grpcio, which we build from scratch on every run for Python 3.15+.
3737
# Follow https://github.com/grpc/grpc/issues/41010 for updates.
3838
cache: 'pip'
39-
cache-dependency-path: '**/constraints*.txt'
39+
cache-dependency-path: 'packages/**/testing/constraints*.txt'
4040
- name: Install nox
4141
run: |
4242
python -m pip install --upgrade setuptools pip wheel

0 commit comments

Comments
 (0)