danish-dynaword / makefile
KennethEnevoldsen's picture
test: ensure datasets ids are unique
7b54871 unverified
raw
history blame
229 Bytes
install:
@echo "--- 🚀 Installing project dependencies ---"
uv sync
test:
@echo "--- 🧪 Running tests ---"
uv run pytest tests/
bump-version:
@echo "--- 🚀 Bumping patch version ---"
uv run scripts/bump_version.py