Skip to content

Commit

Permalink
Merge pull request #8 from franTarkenton/master
Browse files Browse the repository at this point in the history
comment out the pip update
  • Loading branch information
franTarkenton authored Jan 17, 2019
2 parents 919a18a + 4242b0a commit a31fe70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ node('ETLdev') {
set TEMP=%TMP%
python -m venv --clear %VEDIR%
call %VEDIR%/Scripts/activate.bat || goto :error
python -m pip install --upgrade pip || goto :error
REM python -m pip install --upgrade pip || goto :error
python -m pip install -r ./requirements.txt --cache-dir ./data || goto :error
:error
Expand Down

0 comments on commit a31fe70

Please sign in to comment.