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 fe8bd9e commit bbcea4eCopy full SHA for bbcea4e
.github/workflows/cat-test-examples.yml
@@ -21,6 +21,9 @@ jobs:
21
22
- name: Install uv
23
uses: astral-sh/setup-uv@v5
24
+ with:
25
+ enable-cache: true
26
+ prune-cache: false
27
28
- name: "Set up Python"
29
uses: actions/setup-python@v5
.github/workflows/python-tests.yml
@@ -17,6 +17,9 @@ jobs:
17
18
19
20
0 commit comments