From 52068524b45688d079cd0514dafd89ac23ea44f3 Mon Sep 17 00:00:00 2001 From: AmineDiro Date: Mon, 25 Nov 2024 11:13:00 +0100 Subject: [PATCH] fix megaparse_sdk no ssl (#151) Co-authored-by: aminediro --- .github/workflows/CI.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 3887345..d68e24b 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -74,10 +74,6 @@ jobs: with: enable-cache: true - - name: 🎯 Cache hit! - if: steps.setup-rye.outputs.cache-hit == 'true' - run: echo "Rye cache was restored" - - name: 🔄 Sync dependencies run: | UV_INDEX_STRATEGY=unsafe-first-match rye sync --no-lock