We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf894ff commit 46a2b0cCopy full SHA for 46a2b0c
dev/tasks/macros.jinja
@@ -187,7 +187,7 @@ env:
187
run: |
188
# check if completion actually expands to wheel files
189
# to prevent empty dirs from failing silently
190
- if ! compgen -G "{{ pattern }}" > /dev/null; then
+ if ! test -n "$(find . -wholename '{{ pattern }}' -print -quit)"; then
191
echo "No wheel files found!"
192
exit 1
193
fi
0 commit comments