Skip to content

Commit f9cb2f7

Browse files
author
Dmitry Berezovsky
committed
build: fix sanity check action
1 parent 75100d0 commit f9cb2f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sanity-check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install dependencies
2121
run: |
2222
python -m pip install --upgrade pip wheel
23-
pip install -r requirements-dev.txt
23+
make deps NO_VENV=True
2424
2525
- name: Lint with flake8
2626
run: make lint NO_VENV=True

0 commit comments

Comments
 (0)