We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de644a8 commit e629ee9Copy full SHA for e629ee9
1 file changed
.github/workflows/ci.yml
@@ -21,6 +21,7 @@ jobs:
21
with:
22
python-version: ${{ matrix.python-version }}
23
cache: pip
24
+ cache-dependency-path: requirements-dev.txt
25
26
- name: Install dev dependencies
27
run: pip install -r requirements-dev.txt
0 commit comments