We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 763af43 + 5b06a76 commit 069ad4bCopy full SHA for 069ad4b
.github/workflows/update_gdocs_data.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/cache@v2
18
with:
19
path: ~/.cache/pip
20
- key: ${{ runner.os }}-pipd-${{ hashFiles('requirements-dev.txt') }}
+ key: ${{ runner.os }}-pipd-${{ hashFiles('requirements.dev.txt') }}
21
restore-keys: |
22
${{ runner.os }}-pipd-
23
- name: Install Dependencies
0 commit comments