Skip to content

Commit b5b7436

Browse files
committed
BLD: fix hanging build cache again
1 parent 55d65eb commit b5b7436

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ci/prep_ccache.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ if [ "$IRON_TOKEN" ]; then
2727
# did the last commit change cython files?
2828
cd $curdir
2929

30-
echo "diff from HEAD"
31-
echo git diff HEAD~3 --numstat
32-
3330
retval=$(git diff HEAD~3 --numstat | grep -P "pyx|pxd"|wc -l)
3431
echo "number of cython files changed: $retval"
3532

0 commit comments

Comments
 (0)