-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3341d8e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kba This looks like we should really change
Makefile
instead of changing the CI config. We could haveapt-get update && apt-get install -y sudo make python3 python3-pip git
as the first line of thedeps-ubuntu
recipe, and change the variable defaultsPYTHON
andPIP
to version 3.3341d8e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense to have the install cmds in one place, you're right.
The defaults were left open to support python2. Since we don't have to do that anymore, we can change the defaults.
I will do that, thanks.