From 5557bb94ea21c0bb3e7e72dfa775207f53f2839f Mon Sep 17 00:00:00 2001 From: thunderbiscuit Date: Tue, 30 Apr 2024 15:53:37 -0400 Subject: [PATCH] fix: python test command in justfile --- bdk-python/justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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