fix: python test command in justfile

This commit is contained in:
thunderbiscuit 2024-04-30 15:53:37 -04:00
parent 9b5b96710e
commit 5557bb94ea
No known key found for this signature in database
GPG Key ID: 88253696EB836462

View File

@ -1,5 +1,5 @@
test:
python -m unittest --verbose
python3 -m unittest --verbose
maclocalbuild:
bash ./scripts/generate-macos-arm64.sh && python3 setup.py bdist_wheel --verbose