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.
1 parent c783f1c commit 80383d9Copy full SHA for 80383d9
.github/workflows/update-plugin-list.yml
@@ -29,11 +29,11 @@ jobs:
29
with:
30
python-version: "3.8"
31
cache: pip
32
- - name: requests-cache
+ - name: Requests Cache
33
uses: actions/cache@v3
34
35
path: ~/.cache/pytest-plugin-list/
36
- key: plugins-http-cache-${{ github.run_id }} # Can use time based key as well
+ key: plugins-http-cache-${{ github.run_id }} # Could use time based key as well.
37
restore-keys: plugins-http-cache-
38
39
- name: Install dependencies
0 commit comments