Revert "Switch to straight pip"

This reverts commit 37be1ee025
This commit is contained in:
Alexander Hosking 2022-04-15 03:24:16 +00:00
parent 37be1ee025
commit d174e81864

View File

@ -10,7 +10,7 @@ buiild job:
- export FLASK_APP=period
- apt-get update -qy
- apt-get install -y python3-dev python3-pip
- pip install Flask gunicorn pytest pytest-cov
- pip3 install Flask gunicorn pytest pytest-cov
- pytest tests --cov --cov-report term --cov-report html
deploy job: