We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75100d0 commit f9cb2f7Copy full SHA for f9cb2f7
.github/workflows/sanity-check.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Install dependencies
21
run: |
22
python -m pip install --upgrade pip wheel
23
- pip install -r requirements-dev.txt
+ make deps NO_VENV=True
24
25
- name: Lint with flake8
26
run: make lint NO_VENV=True
0 commit comments