We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7faf412 commit f8cc24dCopy full SHA for f8cc24d
1 file changed
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
31
- name: Install dependencies
32
run: |
33
- pip install pre-commit
+ pip install -r requirements_test.txt
34
pip install -e .
35
36
- name: Run all linters via pre-commit
0 commit comments