Skip to content

Commit 6771732

Browse files
committed
ci: fix dependency caching
1 parent 5c5cd26 commit 6771732

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
with:
4141
python-version: 3.7
4242
cache: 'pip'
43+
cache-dependency-path: requirements/dev.txt
4344
- name: Upgrade pip and setuptools
4445
# https://pypi.org/project/pip/
4546
# https://pypi.org/project/setuptools/

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
with:
1717
python-version: 3.9
1818
cache: 'pip'
19+
cache-dependency-path: requirements/dev.txt
1920
- name: Upgrade pip
2021
run: python -m pip install --upgrade pip setuptools==44.0.0
2122
- name: Install dependencies

0 commit comments

Comments
 (0)