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 8535163 commit ebd2748Copy full SHA for ebd2748
.github/workflows/python-package.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Install dependencies
23
run: |
24
make init
25
- make requirement
+ make requirements
26
pip install -r requirements-dev.txt
27
- name: Lint
28
0 commit comments