Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
arslanhashmi committed Aug 9, 2023
1 parent 872fe60 commit 3c64ad3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .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
flake8 src

0 comments on commit 3c64ad3

Please sign in to comment.