mirror of
https://github.com/Cian-H/read_aconity_layers.git
synced 2026-07-22 06:32:10 +01:00
* WIP: Fixed non-deterministic test error * Updated tooling to use uv/ty instead of poetry/mypy * Updated python/rust/maturin versions * Added mac os to testing pipelines * Properly enforced fixed with csv reading * Minor tweaks for maintainability * Minor version bump * track npz files with git-lfs * fix: add macos dynamic lookup linker flags for pyo3
20 lines
476 B
YAML
20 lines
476 B
YAML
version: 2
|
|
|
|
build:
|
|
os: ubuntu-24.04
|
|
tools:
|
|
python: "3.13"
|
|
rust: "1.86"
|
|
jobs:
|
|
pre_create_environment:
|
|
- asdf plugin add uv
|
|
- asdf install uv latest
|
|
- asdf global uv latest
|
|
- asdf plugin add just
|
|
- asdf install just latest
|
|
- asdf global just latest
|
|
create_environment:
|
|
- uv sync --group dev --group docs
|
|
install:
|
|
- PATH="$PATH:$HOME/.asdf/installs/rust/1.86.0/bin" just docs html_out $READTHEDOCS_OUTPUT
|