Skip to content

Commit ebd2748

Browse files
committed
fix: Install dependencies
1 parent 8535163 commit ebd2748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install dependencies
2323
run: |
2424
make init
25-
make requirement
25+
make requirements
2626
pip install -r requirements-dev.txt
2727
- name: Lint
2828
run: |

0 commit comments

Comments
 (0)