Skip to content

Commit

Permalink
test: use tox env in lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
un-def committed Apr 16, 2024
1 parent d791807 commit 8be1ace
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install flake8
- name: Install tox
run: |
python3 -m pip install flake8
- name: Run flake8
python -m pip install tox
- name: Run tox
run: |
python3 -m flake8
python -m tox run -e lint

0 comments on commit 8be1ace

Please sign in to comment.