From e6f4511777bcb207a75149c176732e55a85957f2 Mon Sep 17 00:00:00 2001 From: Chapin Bryce <27cbryce@gmail.com> Date: Wed, 12 Jun 2019 20:41:39 -0400 Subject: [PATCH] gitlab ci --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1492633..7052c49 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ image: python:3.7.3-slim-stretch pages: script: - apt update - - apt install python3-pip python3-dev build-essentials + - apt install python3-pip python3-dev build-essential - pip3 install --upgrade pip - pip3 install -r dev_requirements.txt - cd docs