Skip to content

Commit 62c9787

Browse files
committed
fix: remove separate build step
1 parent 9617b4b commit 62c9787

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,5 @@ jobs:
7979
run: |
8080
curl -O -L https://github.com/duckdb/duckdb/releases/download/v${{ env.duckdb-version }}/libduckdb-windows-amd64.zip
8181
unzip libduckdb-windows-amd64.zip -d ${{ github.workspace }}
82-
- name: Build
83-
run: cargo build
8482
- name: Test
8583
run: uv run pytest --all-extras

0 commit comments

Comments
 (0)