Run python deps tests on mac

This commit is contained in:
David Verdeguer 2020-10-19 12:21:04 +02:00
parent c8b8c0415e
commit c860191a1a
2 changed files with 10 additions and 6 deletions

View file

@ -18,9 +18,6 @@ python3 -m pip install --user --upgrade pip setuptools wheel
python2 -m pip install --user virtualenv
python3 -m pip install --user virtualenv
# venv is required for installation of poetry or pipenv (I forgot which)
sudo apt-get install -y python3-venv
# We install poetry with pip instead of the recommended way, since the recommended way
# caused some problem since `poetry run` gives output like:
#