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 28553f9 + e925f05 commit 2447f18Copy full SHA for 2447f18
.github/workflows/pre-commit.yml
@@ -14,6 +14,7 @@ jobs:
14
- uses: actions/setup-python@v5
15
with:
16
python-version: '3.12'
17
+ cache: 'pip'
18
19
- name: Install dependencies
20
run: pip install '.[dev]'
0 commit comments