Skip to content

Commit

Permalink
More pydeps.yml debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
rasa authored Feb 18, 2024
1 parent 069212c commit fa75fed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pydeps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,10 @@ jobs:
printf 'Found %d files matching %s:\n' "${#MAPFILE[@]}" "${mask}"
tmp1=$(mktemp)
cat "${MAPFILE[@]}" \
| grep -o '^[^#]*' \
| grep -E '^\s*[^#]' \
| sed -E 's/\s+//g' \
| sort -u \
| sed -E 's/[<>~!]+/=/g' \
| grep '=' \
| cut -d'=' -f 1 \
| sort \
| uniq -d > "${tmp1}"
Expand Down

0 comments on commit fa75fed

Please sign in to comment.