Skip to content

Commit 5b06a76

Browse files
authored
Fix typo in meta sheet requirements file
1 parent 763af43 commit 5b06a76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_gdocs_data.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/cache@v2
1818
with:
1919
path: ~/.cache/pip
20-
key: ${{ runner.os }}-pipd-${{ hashFiles('requirements-dev.txt') }}
20+
key: ${{ runner.os }}-pipd-${{ hashFiles('requirements.dev.txt') }}
2121
restore-keys: |
2222
${{ runner.os }}-pipd-
2323
- name: Install Dependencies

0 commit comments

Comments
 (0)