File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 35
35
- uses : actions/setup-python@v5
36
36
with : {python-version: "3.10"}
37
37
- uses : astral-sh/setup-uv@v5
38
+ with : {enable-cache: true}
38
39
- name : Run static analysis and format checkers
39
40
run : >-
40
41
uvx --with tox-uv
83
84
with :
84
85
python-version : ${{ matrix.python }}
85
86
- uses : astral-sh/setup-uv@v5
87
+ with : {enable-cache: true}
86
88
- name : Retrieve pre-built distribution files
87
89
uses : actions/download-artifact@v4
88
90
with : {name: python-distribution-files, path: dist/}
@@ -126,6 +128,7 @@ jobs:
126
128
- uses : actions/setup-python@v5
127
129
with : {python-version: "3.10"}
128
130
- uses : astral-sh/setup-uv@v5
131
+ with : {enable-cache: true}
129
132
- name : Retrieve pre-built distribution files
130
133
uses : actions/download-artifact@v4
131
134
with : {name: python-distribution-files, path: dist/}
You can’t perform that action at this time.
0 commit comments