File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 30
30
with :
31
31
python-version : ${{ matrix.python-version }}
32
32
- name : Test conformance
33
- run : make conformance # TODO add: PYTHON=${{ steps.python.outputs.python-path }}
33
+ run : make conformance PYTHON=${{ steps.python.outputs.python-path }}
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ test: $(BIN)/protovalidate-conformance generate install ## Run unit tests
49
49
50
50
.PHONY : conformance
51
51
conformance : $(BIN ) /protovalidate-conformance generate install # # Run conformance tests
52
- protovalidate-conformance $(CONFORMANCE_ARGS ) pipenv -- run $(PYTHON ) -m tests.conformance.runner
52
+ protovalidate-conformance $(CONFORMANCE_ARGS ) pipenv -- --python $(PYTHON ) run python3 -m tests.conformance.runner
53
53
54
54
.PHONY : lint
55
55
lint : install # # Lint code
You can’t perform that action at this time.
0 commit comments