We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96fe7be commit 12d9ba7Copy full SHA for 12d9ba7
.github/workflows/pre-commit.yaml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/setup-python@v5
14
with:
15
cache: 'pip'
16
- - run: python -m pip install -r requirements.txt
+ - run: python -m pip install -r requirements.txt && python -m pip install -r requirements-dev.txt
17
- uses: actions/cache@v4
18
19
path: ~/.cache/pre-commit/
0 commit comments