We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 344cf0f commit ee8bfa5Copy full SHA for ee8bfa5
.github/workflows/ci.yml
@@ -14,6 +14,11 @@ jobs:
14
- name: Install uv
15
uses: astral-sh/setup-uv@v5
16
17
+ - name: Enable caching
18
+ uses: astral-sh/setup-uv@v5
19
+ with:
20
+ enable-cache: true
21
+
22
- name: Install the project
23
run: uv sync --all-extras --dev
24
@@ -36,6 +41,11 @@ jobs:
36
41
37
42
38
43
44
45
46
47
48
39
49
40
50
51
.gitignore
@@ -13,7 +13,6 @@ __pycache__/
13
.cursor/
.DS_Store
-uv.lock
**/data/**/puzzle_input.txt
.envrc
0 commit comments