We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 046f367 commit 187481bCopy full SHA for 187481b
Makefile
@@ -66,7 +66,6 @@ test: generate install $(TESTDATA_FILE) ## Run unit tests
66
67
.PHONY: conformance
68
conformance: $(BIN)/protovalidate-conformance generate install ## Run conformance tests
69
- uv run pip freeze
70
$(BIN)/protovalidate-conformance $(CONFORMANCE_ARGS) uv run test/conformance/runner.py
71
72
.PHONY: lint
@@ -79,7 +78,7 @@ lint: install $(BIN)/buf ## Lint code
79
78
80
.PHONY: install
81
install: ## Install dependencies
82
- uv sync --dev --python 3.12
+ uv sync --dev
83
84
.PHONY: checkgenerate
85
checkgenerate: generate
0 commit comments