Skip to content

Commit 1fba14e

Browse files
committed
Added requirements files to cache-dependency-path
Multiple packages installed during some of the somewhat recent workflow runs were not fetched from cache, as the pinned package versions were updated in requirements files, and not in `setup.py` or `tox.ini` - which caused the cached package versions to remain unchanged after updating the pinned versions.
1 parent 13c9c0a commit 1fba14e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969
cache-dependency-path: |
7070
setup.py
7171
tox.ini
72+
requirements/*.txt
7273
7374
- name: Install dependencies
7475
run: |

0 commit comments

Comments
 (0)