Skip to content

Commit 069ad4b

Browse files
authored
Merge pull request #647 from cmu-delphi/krivard/fix-gdocs-workflow
Fix typo in meta sheet requirements file
2 parents 763af43 + 5b06a76 commit 069ad4b

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)