We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5acd63d commit f725c85Copy full SHA for f725c85
.github/workflows/build.yml
@@ -38,7 +38,7 @@ jobs:
38
. .venv/bin/activate
39
40
- name: Install dependencies
41
- run: pip install -r requirements.txt requirements-dev.txt
+ run: pip install -r requirements-dev.txt
42
43
- name: Run black formatter check
44
run: black --check .
0 commit comments