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 28553f9 commit e925f05Copy full SHA for e925f05
.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