Skip to content

Commit

Permalink
Use pipx to install reuse
Browse files Browse the repository at this point in the history
The version of reuse in the Ubuntu-22.04 repositories lists JPL-image as a bad license. This would likely cause problems here.
  • Loading branch information
ajtribick committed Dec 29, 2023
1 parent 7ad17d0 commit c557789
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/licenses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,10 @@ jobs:
fail-fast: true
runs-on: ubuntu-latest
steps:
- name: Install reuse
run: |
sudo apt-get update
sudo apt-get install -y reuse
- name: Checkout source code
uses: actions/checkout@v4

- name: Validate licenses
working-directory: ${{github.workspace}}
run: |
reuse lint
python3 -m pipx run reuse lint

0 comments on commit c557789

Please sign in to comment.