Skip to content

Commit

Permalink
Fix python definition
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Roytman <roytman@il.ibm.com>
  • Loading branch information
roytman committed May 10, 2024
1 parent c9466c1 commit e12ef6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .make.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#######################################################################################
SHELL=/bin/bash
# Command to run python
PYTHON=python
PYTHON=?python
PIP=$(PYTHON) -m pip
# Command to run pytest
PYTEST=pytest -s
Expand Down

0 comments on commit e12ef6a

Please sign in to comment.