Skip to content

Commit

Permalink
Install reuse in a venvu
Browse files Browse the repository at this point in the history
  • Loading branch information
milliams committed Jul 8, 2024
1 parent 02d7931 commit bbe00c0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install reuse
run: pip install reuse
run: |
python -m venv ~/venv
~/venv/bin/pip install reuse
- name: Check REUSE spec
run: reuse lint
run: ~/venv/bin/reuse lint
test:
name: "Run code tests"
runs-on: ubuntu-latest
Expand Down

0 comments on commit bbe00c0

Please sign in to comment.