Skip to content

Commit

Permalink
build: fix sanity check action
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Berezovsky committed Jul 1, 2024
1 parent 75100d0 commit f9cb2f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sanity-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f9cb2f7

Please sign in to comment.