11install :
2- pip install -e .[dev, docs]
2+ uv sync --extra docs --extra dev
33
44test :
5- pytest -s tests/test_si220.py
6- pytest -s tests/test_si500.py
7- pytest -s tests/test_sin300.py
5+ uv run pytest -s tests/test_si220.py
6+ uv run pytest -s tests/test_si500.py
7+ uv run pytest -s tests/test_sin300.py
88
99test-force :
1010 uv run pytest -s tests/test_si220.py --force-regen
1111 uv run pytest -s tests/test_si500.py --force-regen
1212 uv run pytest -s tests/test_sin300.py --force-regen
1313
1414test-fail-fast :
15- pytest -s tests/test_si220.py -x
16- pytest -s tests/test_si500.py -x
17- pytest -s tests/test_sin300.py -x
15+ uv run pytest -s tests/test_si220.py -x
16+ uv run pytest -s tests/test_si500.py -x
17+ uv run pytest -s tests/test_sin300.py -x
1818
1919update-pre :
2020 pre-commit autoupdate --bleeding-edge
@@ -34,9 +34,9 @@ notebooks:
3434 jupytext docs/** /* .py --to ipynb
3535
3636docs :
37- python .github/write_cells_si220.py
38- python .github/write_cells_si500.py
39- python .github/write_cells_sin300.py
40- jb build docs
37+ uv run python .github/write_cells_si220.py
38+ uv run python .github/write_cells_si500.py
39+ uv run python .github/write_cells_sin300.py
40+ uv run jb build docs
4141
4242.PHONY : drc doc docs
0 commit comments