Skip to content

Commit 450e54f

Browse files
committed
ci: install requirements through dedicated file
Instead of installing codespell manually, install through 'requirements.txt' Signed-off-by: Alex Fabre <[email protected]>
1 parent 463476f commit 450e54f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/commit-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install dependencies
1818
run: |
1919
python -m pip install --upgrade pip
20-
pip install codespell
20+
pip install -r requirements.txt
2121
- name: commit-format
2222
run: |
2323
git fetch --no-tags --depth=1 origin main

0 commit comments

Comments
 (0)