Skip to content

Commit 82ebe2d

Browse files
hugovkwebknjaz
andauthored
Include noxfile in cache hash
Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
1 parent 675acbb commit 82ebe2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
path: ~/.cache/pip
2121
key:
22-
${{ matrix.os }}-${{ matrix.python-version }}-${{ hashFiles('**/requirements.txt') }}
22+
${{ matrix.os }}-${{ matrix.python-version }}-${{ hashFiles('**/requirements.txt') }}-${{ hashFiles('noxfile.py') }}
2323
restore-keys: |
2424
${{ matrix.os }}-${{ matrix.python-version }}-
2525

0 commit comments

Comments
 (0)