Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
kedhammar committed Jul 1, 2024
1 parent eaf2317 commit 119fdda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ jobs:
run: |
pipreqs --savepath pipreqs.txt taca 2>&1 | tee pipreqs_output.log
if grep -q 'WARNING: Package .* does not exist or network problems' pipreqs_output.log; then
echo "Unresolved packages or network issues detected in pipreqs output."
grep 'WARNING: Package .* does not exist or network problems' pipreqs_output.log
grep 'ERROR: Found unresolved package .*' pipreqs_output.log
echo "Add unresolved packages to requirements, i.e. '<pkg> @ git+https://github.com/<author>/<repo>.git'"
exit 1
fi
Expand Down

0 comments on commit 119fdda

Please sign in to comment.