From 875c64971de606a4dd07eeddb271a6e6f7283727 Mon Sep 17 00:00:00 2001 From: Brian Duggan Date: Thu, 21 Jun 2018 11:33:54 -0400 Subject: [PATCH] uprade pip in pipenv --- script/bootstrap | 1 + 1 file changed, 1 insertion(+) diff --git a/script/bootstrap b/script/bootstrap index c03b7dc0..f39656f0 100755 --- a/script/bootstrap +++ b/script/bootstrap @@ -8,6 +8,7 @@ cd "$(dirname "${0}")/.." # Install Python dependencies pipenv --python 3.6 +pipenv run pip install --upgrade pip pipenv install --dev # Install uswds node module and dependencies