Skip to content

Commit

Permalink
fix: add maturin to dev dependencies
Browse files Browse the repository at this point in the history
We use it in our test script
  • Loading branch information
gadomski committed Dec 9, 2024
1 parent e14211d commit 9c3be77
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ cql2 = "cql2:main"

[tool.uv]
dev-dependencies = [
"maturin>=1.7.8",
"mike>=2.1.3",
"mkdocs-material[imaging]>=9.5.39",
"mkdocstrings[python]>=0.26.1",
Expand Down
2 changes: 1 addition & 1 deletion scripts/test
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
set -e

cargo test
uv run maturin dev --uv -m python/Cargo.toml && uv run pytest
uv run maturin dev --uv && uv run pytest
25 changes: 25 additions & 0 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9c3be77

Please sign in to comment.