diff --git a/bdk-python/justfile b/bdk-python/justfile index 1892eb9..ef312e3 100644 --- a/bdk-python/justfile +++ b/bdk-python/justfile @@ -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