Fix missing readme

This commit is contained in:
Andras Schmelczer 2026-03-12 07:49:06 +00:00
parent 5d588b1bac
commit 149ff8fd95
2 changed files with 2 additions and 0 deletions

View file

@ -20,6 +20,7 @@ npm ci
npm run format npm run format
cd ../../reconcile-python cd ../../reconcile-python
cp ../README.md .
uv run maturin develop -q uv run maturin develop -q
uv run ruff check python/ tests/ uv run ruff check python/ tests/
uv run ruff format python/ tests/ uv run ruff format python/ tests/

View file

@ -28,6 +28,7 @@ npm run test
cd - cd -
cd reconcile-python cd reconcile-python
cp ../README.md .
uv run maturin develop uv run maturin develop
uv run pytest -v uv run pytest -v
cd - cd -