Skip to content

Commit 48890c3

Browse files
committed
Small adjustment to CI config
1 parent 755a8f5 commit 48890c3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
with:
3838
enable-cache: true
3939

40+
# Use the --no-install-package to only install the dependencies
41+
# but do not yet build the rust library
4042
- name: Install dependencies
4143
run: uv sync --dev --no-install-package datafusion
4244

@@ -92,8 +94,7 @@ jobs:
9294
version: "27.4"
9395
repo-token: ${{ secrets.GITHUB_TOKEN }}
9496

95-
- name: Install dependencies and build
96-
uses: astral-sh/setup-uv@v5
97+
- uses: astral-sh/setup-uv@v5
9798
with:
9899
enable-cache: true
99100

@@ -149,8 +150,7 @@ jobs:
149150
version: "27.4"
150151
repo-token: ${{ secrets.GITHUB_TOKEN }}
151152

152-
- name: Install dependencies and build
153-
uses: astral-sh/setup-uv@v5
153+
- uses: astral-sh/setup-uv@v5
154154
with:
155155
enable-cache: true
156156

0 commit comments

Comments
 (0)