Skip to content

Commit

Permalink
fix(proposals): Add requirements.txt
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Butler <[email protected]>
  • Loading branch information
butler54 committed Aug 7, 2024
1 parent ed3b3a4 commit 333d67d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/proposals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
cache: 'pip'

- name: Install trestle
run: pip install -U compliance-trestle
run: pip install -r requirements.txt

- name: Run trestle validate
run: trestle author docs validate -tn proposals -hv

0 comments on commit 333d67d

Please sign in to comment.