Skip to content

Commit 6e9b7f6

Browse files
authored
ci: point pip cache to requirements.txt and install from it
1 parent ab1590f commit 6e9b7f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
python-version: ${{ matrix.python-version }}
2626
cache: 'pip'
27-
cache-dependency-path: 'requirements.txt' # <-- key the cache properly
27+
cache-dependency-path: 'requirements.txt' # <-- this fixes the error
2828

2929
- name: Install dependencies
3030
run: |

0 commit comments

Comments
 (0)