Skip to content

Commit beeee40

Browse files
committed
Add support to cache pip dependencies
Signed-off-by: Tobias Wolf <[email protected]>
1 parent 891d12d commit beeee40

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,14 @@ inputs:
44
version:
55
description: GardenLinux Python library version
66
default: "main"
7-
dev:
8-
description: Install development dependencies
9-
default: false
107
runs:
118
using: composite
129
steps:
1310
- name: Set up Python 3.13
1411
uses: actions/setup-python@v5
1512
with:
1613
python-version: "3.13"
14+
cache: 'pip'
1715
- name: Install GardenLinux Python library
1816
shell: bash
1917
run: |

0 commit comments

Comments
 (0)