File tree Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 3434 python-version : " 3.12"
3535
3636 - uses : astral-sh/setup-uv@v5
37+ with :
38+ enable-cache : true
39+
3740 - name : Install dependencies
3841 run : uv sync --dev --no-install-package datafusion
3942
4851 steps :
4952 - uses : actions/checkout@v4
5053 - uses : astral-sh/setup-uv@v5
54+ with :
55+ enable-cache : true
56+
5157 - name : Generate license file
5258 run : uv run --no-project python ./dev/create_license.py
5359 - uses : actions/upload-artifact@v4
8894
8995 - name : Install dependencies and build
9096 uses : astral-sh/setup-uv@v5
97+ with :
98+ enable-cache : true
9199
92100 - name : Build Python package
93101 run : |
@@ -143,6 +151,8 @@ jobs:
143151
144152 - name : Install dependencies and build
145153 uses : astral-sh/setup-uv@v5
154+ with :
155+ enable-cache : true
146156
147157 - name : Build Python package
148158 run : |
Original file line number Diff line number Diff line change 5959
6060 - name : Install dependencies and build
6161 uses : astral-sh/setup-uv@v5
62+ with :
63+ enable-cache : true
6264
6365 - name : Build repo
6466 run : |
Original file line number Diff line number Diff line change 7575
7676 - name : Install dependencies and build
7777 uses : astral-sh/setup-uv@v5
78+ with :
79+ enable-cache : true
7880
7981 - name : Run tests
8082 env :
You can’t perform that action at this time.
0 commit comments