Skip to content

Commit

Permalink
Merge pull request #82 from OpenGeoscience/ci-use-pipx
Browse files Browse the repository at this point in the history
Use `pipx` for package installation in CI
  • Loading branch information
annehaley authored Oct 10, 2024
2 parents 6dae4c1 + ad76188 commit 3c265fa
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 3c265fa

Please sign in to comment.