Skip to content

Commit 55d65eb

Browse files
committed
BLD: caching hanging when numstat is long
1 parent 8492889 commit 55d65eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/prep_ccache.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ if [ "$IRON_TOKEN" ]; then
2828
cd $curdir
2929

3030
echo "diff from HEAD"
31-
git diff HEAD~3 --numstat
31+
echo git diff HEAD~3 --numstat
3232

3333
retval=$(git diff HEAD~3 --numstat | grep -P "pyx|pxd"|wc -l)
3434
echo "number of cython files changed: $retval"

0 commit comments

Comments
 (0)