Attempt to fix the build

Suggestion from here: fedbdb506a/languages/python/pip/pip_note.md (L13)
This commit is contained in:
Simon Willison 2020-02-10 21:19:54 -08:00
commit 45df15fe23

View file

@ -8,6 +8,7 @@ python:
- "3.8-dev"
script:
- python3 -m pip install -U pip
- pip install -U pip wheel
- pip install .[test]
# Only run the numpy/pandas tests on Python 3.7: