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 9617b4b commit 62c9787Copy full SHA for 62c9787
.github/workflows/ci.yaml
@@ -79,7 +79,5 @@ jobs:
79
run: |
80
curl -O -L https://github.com/duckdb/duckdb/releases/download/v${{ env.duckdb-version }}/libduckdb-windows-amd64.zip
81
unzip libduckdb-windows-amd64.zip -d ${{ github.workspace }}
82
- - name: Build
83
- run: cargo build
84
- name: Test
85
run: uv run pytest --all-extras
0 commit comments