Skip to content

Commit

Permalink
Fix tox installation
Browse files Browse the repository at this point in the history
  • Loading branch information
electrocucaracha committed Oct 12, 2024
1 parent a1ced72 commit e6fc68c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ jobs:
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # 4.2.0
- name: Install tox
run: pip install tox
run: pip install tox --break-system-packages
- name: Run tox lint validation
run: tox -e lint

0 comments on commit e6fc68c

Please sign in to comment.