Skip to content

Commit

Permalink
install all requirements to prevent non-PyPI packages from not being …
Browse files Browse the repository at this point in the history
…resolved
  • Loading branch information
kedhammar committed Jul 1, 2024
1 parent 59e73bf commit 10ea5b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lint-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pipreqs
pip install -r requirements.txt
pip install -r requirements-dev.txt
- name: Run pipreqs
run: pipreqs --savepath pipreqs.txt taca
Expand Down

0 comments on commit 10ea5b0

Please sign in to comment.