Skip to content

Commit e629ee9

Browse files
committed
Fix CI pip cache path for requirements-dev.txt
1 parent de644a8 commit e629ee9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
with:
2222
python-version: ${{ matrix.python-version }}
2323
cache: pip
24+
cache-dependency-path: requirements-dev.txt
2425

2526
- name: Install dev dependencies
2627
run: pip install -r requirements-dev.txt

0 commit comments

Comments
 (0)