From f9cb2f7598dcc41a15ffe3495f6c57c59d3a41ea Mon Sep 17 00:00:00 2001 From: Dmitry Berezovsky Date: Mon, 1 Jul 2024 16:17:56 +0300 Subject: [PATCH] build: fix sanity check action --- .github/workflows/sanity-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sanity-check.yml b/.github/workflows/sanity-check.yml index 6cdc66e..3a6bab7 100644 --- a/.github/workflows/sanity-check.yml +++ b/.github/workflows/sanity-check.yml @@ -20,7 +20,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip wheel - pip install -r requirements-dev.txt + make deps NO_VENV=True - name: Lint with flake8 run: make lint NO_VENV=True