fix: python test command in justfile
This commit is contained in:
parent
9b5b96710e
commit
5557bb94ea
@ -1,5 +1,5 @@
|
|||||||
test:
|
test:
|
||||||
python -m unittest --verbose
|
python3 -m unittest --verbose
|
||||||
|
|
||||||
maclocalbuild:
|
maclocalbuild:
|
||||||
bash ./scripts/generate-macos-arm64.sh && python3 setup.py bdist_wheel --verbose
|
bash ./scripts/generate-macos-arm64.sh && python3 setup.py bdist_wheel --verbose
|
||||||
|
Loading…
x
Reference in New Issue
Block a user