Skip to content

Commit 4543939

Browse files
committed
ci: add cache to setup stage
Signed-off-by: David Wallace <david.wallace@tu-darmstadt.de>
1 parent 91af0d7 commit 4543939

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ jobs:
8888
uses: astral-sh/setup-uv@v5
8989
with:
9090
python-version: ${{ matrix.python-version }}
91+
enable-cache: true
92+
cache-dependency-glob: "pyproject.toml"
9193

9294
- name: Download built wheel
9395
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)