From 37be1ee02571648bc170a24ba39f5a67d186dbac Mon Sep 17 00:00:00 2001 From: Alexander Hosking Date: Thu, 14 Apr 2022 23:21:52 -0400 Subject: [PATCH] Switch to straight pip --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0cd937d..b83f56f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,7 @@ buiild job: - export FLASK_APP=period - apt-get update -qy - apt-get install -y python3-dev python3-pip - - pip3 install Flask gunicorn pytest pytest-cov + - pip install Flask gunicorn pytest pytest-cov - pytest tests --cov --cov-report term --cov-report html deploy job: