File tree Expand file tree Collapse file tree 4 files changed +19
-149
lines changed Expand file tree Collapse file tree 4 files changed +19
-149
lines changed Original file line number Diff line number Diff line change 2626 - name : Lint
2727 run : scripts/lint
2828 - name : Test
29- run : uv run pytest
29+ run : scripts/test
3030 - name : Validate
3131 run : scripts/validate
3232 - name : Build docs
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ deploy = [
5757default-groups = [" dev" , " validate" ]
5858
5959[tool .uv .sources ]
60- rustac = { git = " https://github.com/stac-utils/rustac-py" , rev = " 22c883178cb799032c0928eeaf82463b38f6bd7a " }
60+ rustac = { git = " https://github.com/stac-utils/rustac-py" , rev = " 18fc7bacdb9f33bc657c03f2f6f1287651a09c05 " }
6161
6262[tool .mypy ]
6363strict = true
Original file line number Diff line number Diff line change 1+ #! /usr/bin/env sh
2+
3+ set -e
4+
5+ uv run pytest
You can’t perform that action at this time.
0 commit comments