File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -154,11 +154,18 @@ before-all = [
154154]
155155[tool .cibuildwheel .linux .environment ]
156156PYTHONFAULTHANDLER =" True"
157- CONAN_USER_HOME =" echo ${CONAN_USER_HOME:-${CIBW_CACHE_PATH:-$HOME/Library/Caches/cibuildwheel}/ conan/manylinux} "
158- CONAN_HOME =" echo ${CONAN_HOME:-${CIBW_CACHE_PATH:-$HOME/Library/Caches/cibuildwheel}/ conan/manylinux/.conan2} "
157+ CONAN_USER_HOME =" /tmp/ conan/manylinux"
158+ CONAN_HOME =" /tmp/ conan/manylinux/.conan2"
159159
160160[tool .uv ]
161- cache-keys = [{ file = " pyproject.toml" }, { file = " conanfile.py" }, { file = " setup.py" }]
161+ cache-keys = [
162+ { file = " pyproject.toml" },
163+ { file = " conanfile.py" },
164+ { file = " setup.py" },
165+ { file = " uiucprescon/imagevalidate/CMakeLists.txt" },
166+ { file = " uiucprescon/**/*.h" },
167+ { file = " uiucprescon/**/*.cpp" }
168+ ]
162169
163170[tool .uv .sources ]
164171py3exiv2bind = {index = " uiuc_prescon_python" }
You can’t perform that action at this time.
0 commit comments