Skip to content

Commit

Permalink
Merge pull request #186 from chrislovecnm/pip-to-pip3
Browse files Browse the repository at this point in the history
Change to use pip3
  • Loading branch information
morgante authored Jun 22, 2019
2 parents d8e7850 + 47bdf7f commit ba6d0b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ function check_trailing_whitespace() {
}

function generate() {
pip install --user -r ./helpers/generate_modules/requirements.txt
pip3 install --user -r ./helpers/generate_modules/requirements.txt
./helpers/generate_modules/generate_modules.py
}

Expand Down

0 comments on commit ba6d0b4

Please sign in to comment.