We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 986943c commit 684c4d5Copy full SHA for 684c4d5
ci/prep_cython_cache.sh
@@ -3,8 +3,8 @@
3
ls "$HOME/.cache/"
4
5
PYX_CACHE_DIR="$HOME/.cache/pyxfiles"
6
-pyx_file_list=`find ${TRAVIS_BUILD_DIR} -name "*.pyx" -o -name "*.pxd"`
7
-pyx_cache_file_list=`find ${PYX_CACHE_DIR} -name "*.pyx" -o -name "*.pxd"`
+pyx_file_list=`find ${TRAVIS_BUILD_DIR} -name "*.pyx" -o -name "*.pxd" -o -name "*.pxi.in"`
+pyx_cache_file_list=`find ${PYX_CACHE_DIR} -name "*.pyx" -o -name "*.pxd" -o -name "*.pxi.in"`
8
9
CACHE_File="$HOME/.cache/cython_files.tar"
10
0 commit comments