We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b36121c commit 092914aCopy full SHA for 092914a
ci/prep_ccache.sh
@@ -22,7 +22,7 @@ if [ "$IRON_TOKEN" ]; then
22
fi
23
24
# did the last commit change cython files?
25
- git show --pretty="format:" --name-only HEAD~5.. --first-parent | grep -P "pyx|pxd"
+ git diff HEAD~5 | grep diff | grep -P "pyx|pxd"
26
27
if [ "$?" != "0" ]; then
28
# nope, reuse cython files
0 commit comments