Fix missing readme
This commit is contained in:
parent
5d588b1bac
commit
149ff8fd95
2 changed files with 2 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ npm ci
|
|||
npm run format
|
||||
|
||||
cd ../../reconcile-python
|
||||
cp ../README.md .
|
||||
uv run maturin develop -q
|
||||
uv run ruff check python/ tests/
|
||||
uv run ruff format python/ tests/
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@ npm run test
|
|||
cd -
|
||||
|
||||
cd reconcile-python
|
||||
cp ../README.md .
|
||||
uv run maturin develop
|
||||
uv run pytest -v
|
||||
cd -
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue