We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf4786a commit 3cc7afeCopy full SHA for 3cc7afe
ci/prep_cython_cache.sh
@@ -21,6 +21,8 @@ if [ -f "$CACHE_File" ] && [ "$USE_CACHE" ]; then
21
echo "PR: checking for any cython file changes from last 5 commits"
22
git diff PR_HEAD~5 --numstat | grep -E "pyx|pxd"
23
retval=$(git diff PR_HEAD~5 --numstat | grep -E "pyx|pxd"| wc -l)
24
+ echo "Forcing cython rebuild due to possibility of history rewritting in PR"
25
+ retval=-1
26
fi
27
echo "number of cython files changed: $retval"
28
0 commit comments