Skip to content

Commit

Permalink
try to upgrade pip inside the docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenkov committed Feb 26, 2022
1 parent ce47cb8 commit 6fb2f1e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,11 @@ function run_tests {
pytest -rfxEXs --durations=20 --disable-warnings --showlocals --pyargs gensim
set +x
}

#
# We do this here because we want to upgrade pip before the wheel gets installed.
# docker_test_wrap.sh sources this file before the wheel install.
# I couldn't work out a better way to get this done.
#
echo "config.sh: desperately trying to upgrade pip"
pip install --upgrade pip

0 comments on commit 6fb2f1e

Please sign in to comment.