Switched to python3 for Makefile to please the cicd
Some checks failed
continuous-integration/drone the build failed
Some checks failed
continuous-integration/drone the build failed
This commit is contained in:
parent
61efcfa697
commit
747cf0a197
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -1,5 +1,5 @@
|
|||
# =====CONFIG=====
|
||||
PYTHON := python3.9
|
||||
PYTHON := python3
|
||||
# This can't contain spaces (I think)
|
||||
VENV := .venv
|
||||
# Minimum % coverage for tests to succeed
|
||||
|
|
|
|||
Reference in a new issue