Skip to content

Commit

Permalink
only use pipreqs to check requirements of taca, not tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kedhammar committed Feb 29, 2024
1 parent 9c6c5e1 commit a55a93d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
run: pip install -r requirements.txt

- name: Run pipreqs
run: pipreqs --savepath pipreqs.txt
run: pipreqs --savepath pipreqs.txt taca

- name: Compare requirements
run: |
Expand Down

0 comments on commit a55a93d

Please sign in to comment.