From 3899a651136629c261ef4655da38c08e2b7ca05f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20KUBLER?= <gregoire.kubler@proton.me> Date: Mon, 4 Nov 2024 14:02:00 +0100 Subject: [PATCH] chore : added another path to ignore to cibuidwheel path --- .gitlab/ci/cibuildwheel_build_deps_before_build_wheel.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab/ci/cibuildwheel_build_deps_before_build_wheel.sh b/.gitlab/ci/cibuildwheel_build_deps_before_build_wheel.sh index 4f74488..c702c0d 100755 --- a/.gitlab/ci/cibuildwheel_build_deps_before_build_wheel.sh +++ b/.gitlab/ci/cibuildwheel_build_deps_before_build_wheel.sh @@ -17,6 +17,7 @@ else -name "$repo" \ -not -path "*/install/*" \ -not -path "*/.git/*" \ + -not -path "*/.mypy_cache/*" \ -not -path "*/miniconda/*" \ -not -path "*/conda/*" \ -not -path "*/.local/*" \ -- GitLab