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 8492889 commit 55d65ebCopy full SHA for 55d65eb
ci/prep_ccache.sh
@@ -28,7 +28,7 @@ if [ "$IRON_TOKEN" ]; then
28
cd $curdir
29
30
echo "diff from HEAD"
31
- git diff HEAD~3 --numstat
+ 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"
0 commit comments