Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
arslanhashmi committed Aug 9, 2023
1 parent 872fe60 commit a3bf467
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/flake8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
with:
python-version: "3.10"
- name: Install dependencies
run: pip install tox
run: |
pip install .
pip install tox
- name: Run flake8 with tox
run: |
tox -e flake8

0 comments on commit a3bf467

Please sign in to comment.