enable uv cache

This commit is contained in:
Benjamin Labrecque
2026-07-30 16:41:02 +02:00
parent 1c86888b5d
commit e723ce478e
+1
View File
@@ -52,6 +52,7 @@ jobs:
- name: Install uv
uses: actions/setup-uv@v5
enable-cache: true
- name: Install Python 3.10
run: uv python install 3.10