Skip to content

Commit afdbadf

Browse files
committed
deps: patch here, too
1 parent 9499cb1 commit afdbadf

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

.github/workflows/labels.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,15 @@ jobs:
2020
- uses: actions/checkout@v4
2121
- uses: astral-sh/setup-uv@v3
2222
- uses: Swatinem/rust-cache@v2
23-
- name: Install minimal dependencies
23+
- name: Install maturin
2424
run: |
2525
uv venv
26-
uv pip install maturin pytest
26+
uv pip install maturin
2727
- name: Build
2828
run: uv run maturin build -F duckdb-bundled
2929
- name: Install
3030
run: uv pip install target/wheels/*.whl
31+
- name: Sync
32+
run: uv sync --no-install-project --only-group dev
3133
- name: Test
3234
run: uv run pytest

Cargo.lock

Lines changed: 2 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,7 @@ stac-cli = { git = "https://github.com/stac-utils/stac-rs", features = [
3939
stac-duckdb = { git = "https://github.com/stac-utils/stac-rs" }
4040
thiserror = "2.0.11"
4141
tokio = { version = "1.43.0", features = ["rt-multi-thread"] }
42+
43+
[patch.crates-io]
44+
duckdb = { git = "https://github.com/duckdb/duckdb-rs", rev = "5eeb1f01c278790ce1e2d24045f0096e9e2528e4" }
45+
libduckdb-sys = { git = "https://github.com/duckdb/duckdb-rs", rev = "5eeb1f01c278790ce1e2d24045f0096e9e2528e4" }

0 commit comments

Comments
 (0)