We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffc9369 commit b72b880Copy full SHA for b72b880
1 file changed
.github/workflows/unittest.yml
@@ -14,7 +14,7 @@ jobs:
14
uses: actions/checkout@v6
15
- name: Install dependencies
16
run: |
17
- python -m pip install -r requirements.txt
+ python -m pip install -r requirements.txt -r requirements-dev.txt
18
- name: Lint
19
20
make lint
0 commit comments