Skip to content

Commit df49137

Browse files
committed
Add python version check
1 parent 3178163 commit df49137

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ install: ## Install the dependencies excluding dev.
4242

4343
.PHONY: install-dev
4444
install-dev: ## Install the dependencies including dev.
45+
python --version
4546
poetry install
4647

4748
.PHONY: megalint

0 commit comments

Comments
 (0)