Files
read_aconity_layers/.readthedocs.yaml
T
Cian-HandGitHub ada32e43a9 Update Toolchains (uv, ty, python, maturin, rust 2024) (#69)
* 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
2026-06-19 14:33:18 +01:00

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