Skip to content

Commit 12d9ba7

Browse files
committed
Updated precommit ci
1 parent 96fe7be commit 12d9ba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-commit.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/setup-python@v5
1414
with:
1515
cache: 'pip'
16-
- run: python -m pip install -r requirements.txt
16+
- run: python -m pip install -r requirements.txt && python -m pip install -r requirements-dev.txt
1717
- uses: actions/cache@v4
1818
with:
1919
path: ~/.cache/pre-commit/

0 commit comments

Comments
 (0)