File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ function setup {
29
29
wget -O $CONFIGURE_ROOT_DIR /tmp/virtualenv.pyz https://bootstrap.pypa.io/virtualenv.pyz
30
30
$PYTHON_EXE $CONFIGURE_ROOT_DIR /tmp/virtualenv.pyz --wheel embed --pip embed --setuptools embed --seeder pip $CONFIGURE_ROOT_DIR /tmp
31
31
source $CONFIGURE_ROOT_DIR /tmp/bin/activate
32
- $CONFIGURE_ROOT_DIR /tmp/bin/pip install --upgrade pip virtualenv setuptools wheel
33
32
}
34
33
35
34
Original file line number Diff line number Diff line change @@ -89,7 +89,6 @@ call mkdir "%CFG_ROOT_DIR%tmp"
89
89
call curl -o " %CFG_ROOT_DIR% tmp\virtualenv.pyz" https://bootstrap.pypa.io/virtualenv.pyz
90
90
call %PYTHON_EXECUTABLE% " %CFG_ROOT_DIR% tmp\virtualenv.pyz" --wheel embed --pip embed --setuptools embed --seeder pip " %CFG_ROOT_DIR% tmp"
91
91
call " %CFG_ROOT_DIR% tmp\Scripts\activate"
92
- call " %CFG_ROOT_DIR% tmp\Scripts\pip" install --upgrade pip virtualenv setuptools wheel
93
92
call " %CFG_ROOT_DIR% tmp\Scripts\pip" install -e .[testing]
94
93
95
94
@ rem Return a proper return code on failure
You can’t perform that action at this time.
0 commit comments