We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d85e7ee commit 39e1dabCopy full SHA for 39e1dab
1 file changed
Makefile
@@ -11,7 +11,7 @@ GO ?= go
11
GOOS := $(shell $(GO) env GOOS)
12
GOARCH := $(shell $(GO) env GOARCH)
13
14
-PYTHON ?= python3
+PYTHON ?= python
15
PYTEST := $(PYTHON) -m pytest
16
PYRIGHT := $(PYTHON) -m pyright
17
RUFF := $(PYTHON) -m ruff
0 commit comments