Skip to content

Commit 2cb6292

Browse files
committed
fix: 🐛 this should not be modified
Signed-off-by: EduarteXD <i@m.oxdl.cn>
1 parent d85e7ee commit 2cb6292

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ GO ?= go
1111
GOOS := $(shell $(GO) env GOOS)
1212
GOARCH := $(shell $(GO) env GOARCH)
1313

14-
PYTHON ?= python3
14+
PYTHON ?= python
1515
PYTEST := $(PYTHON) -m pytest
1616
PYRIGHT := $(PYTHON) -m pyright
1717
RUFF := $(PYTHON) -m ruff

0 commit comments

Comments
 (0)