Skip to content

Commit

Permalink
fix: Use pipx action in lint workflow to avoid "externally managed …
Browse files Browse the repository at this point in the history
…environment" error
  • Loading branch information
annehaley committed Oct 10, 2024
1 parent 6dae4c1 commit ad76188
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: pip install tox
- name: Install Tox
uses: threeal/[email protected]
with:
packages: tox
- name: Lint
run: tox -e lint

Expand Down

0 comments on commit ad76188

Please sign in to comment.