mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-26 10:40:19 -06:00
Fix a thinko. Had to be one following those typos...
This commit is contained in:
parent
4e96692060
commit
5ce6cd8ca0
@ -20,7 +20,7 @@ if [[ "$PYTHON_VERSION" == 3* ]]; then
|
||||
PYTHON_SUFFIX="3"
|
||||
fi
|
||||
|
||||
/usr/bin/virtualenv -p /usr/local/python-$PYTHON_VERSION$PYTHON_SUFFIX/bin/python $WORKSPACE/pgadmin-venv
|
||||
/usr/bin/virtualenv -p /usr/local/python-$PYTHON_VERSION/bin/python$PYTHON_SUFFIX $WORKSPACE/pgadmin-venv
|
||||
. $WORKSPACE/pgadmin-venv/bin/activate
|
||||
$WORKSPACE/pgadmin-venv/bin/pip install -r requirements.txt
|
||||
$WORKSPACE/pgadmin-venv/bin/pip install -r web/regression/requirements.txt
|
||||
|
Loading…
Reference in New Issue
Block a user