Skip to content

Commit

Permalink
add upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
spyoungtech committed Dec 13, 2018
1 parent cea51d2 commit 05cf493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ py -3.7 -m venv venv
call venv\Scripts\activate.bat
python -m pip install --upgrade pip
python -m pip install --upgrade -r .\ci\ci_requirements.txt
python -m pip install .
python -m pip install --upgrade .
call deactivate

0 comments on commit 05cf493

Please sign in to comment.