We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3643f1 commit cbbfb58Copy full SHA for cbbfb58
.github/workflows/build.yaml
@@ -33,6 +33,7 @@ jobs:
33
run: |
34
python -m pip install --upgrade pip
35
pip install -r build-requirements.txt
36
+ pip install -r requirements.txt
37
- name: Lint
38
39
pre-commit run --all-files
0 commit comments