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 55d65eb commit b5b7436Copy full SHA for b5b7436
ci/prep_ccache.sh
@@ -27,9 +27,6 @@ if [ "$IRON_TOKEN" ]; then
27
# did the last commit change cython files?
28
cd $curdir
29
30
- echo "diff from HEAD"
31
- echo git diff HEAD~3 --numstat
32
-
33
retval=$(git diff HEAD~3 --numstat | grep -P "pyx|pxd"|wc -l)
34
echo "number of cython files changed: $retval"
35
0 commit comments