From 55ac65bb8aece2d1f9bfb4eae247dfc7d8b92338 Mon Sep 17 00:00:00 2001 From: Tobias Wolf Date: Sun, 25 May 2025 21:02:55 +0200 Subject: [PATCH] Add support to cache `pip` dependencies Signed-off-by: Tobias Wolf --- .github/actions/setup/action.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 84a72e8d..ff69accb 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -4,9 +4,6 @@ inputs: version: description: GardenLinux Python library version default: "main" - dev: - description: Install development dependencies - default: false runs: using: composite steps: @@ -14,6 +11,7 @@ runs: uses: actions/setup-python@v5 with: python-version: "3.13" + cache: 'pip' - name: Install GardenLinux Python library shell: bash run: |