You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
uv run --no-project --with-requirements requirements-test.txt --with-requirements requirements-editable.txt -m pytest {{args}}
54
55
56
+
# Test package after building wheel into wheels/ directory. Runs tests from within tests/ directory to prevent importing kaldi_active_grammar from source tree
55
57
test-package*args='':
56
-
@# Run within tests directory to prevent importing kaldi_active_grammar from source tree
0 commit comments