Skip to content

Commit fd617e4

Browse files
chore: bump deps, fix tests
Signed-off-by: Andrius Pukšta <andrius.puksta@sensmetry.com>
1 parent a8f80d0 commit fd617e4

10 files changed

Lines changed: 258 additions & 248 deletions

File tree

.github/scripts/run-pytest.sh

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ uv python list --only-installed
1818
cd bindings/py
1919
uv venv --clear --no-project
2020
source ${ACTIVATION_SCRIPT}
21-
uv sync --only-dev --active --no-install-project --locked
21+
uv sync --only-dev --active --no-install-project --locked --no-progress
2222
uv pip install sysand --find-links ../../dist --force-reinstall --no-index
2323
pytest

0 commit comments

Comments
 (0)