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 755a8f5 commit 48890c3Copy full SHA for 48890c3
.github/workflows/build.yml
@@ -37,6 +37,8 @@ jobs:
37
with:
38
enable-cache: true
39
40
+ # Use the --no-install-package to only install the dependencies
41
+ # but do not yet build the rust library
42
- name: Install dependencies
43
run: uv sync --dev --no-install-package datafusion
44
@@ -92,8 +94,7 @@ jobs:
92
94
version: "27.4"
93
95
repo-token: ${{ secrets.GITHUB_TOKEN }}
96
- - name: Install dependencies and build
- uses: astral-sh/setup-uv@v5
97
+ - uses: astral-sh/setup-uv@v5
98
99
100
@@ -149,8 +150,7 @@ jobs:
149
150
151
152
153
154
155
156
0 commit comments