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