From d174e81864e09edb1d5575434c6d0154a961dde2 Mon Sep 17 00:00:00 2001 From: Alexander Hosking Date: Fri, 15 Apr 2022 03:24:16 +0000 Subject: [PATCH] Revert "Switch to straight pip" This reverts commit 37be1ee02571648bc170a24ba39f5a67d186dbac --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b83f56f..0cd937d 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 - - 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: