From b7f5bafaaa63d70d09d526e23476b59aebbc3e14 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alexander=20Mart=C3=ADnez=20M=C3=A9ndez?=
 <alexander2198160@correo.uis.edu.co>
Date: Wed, 12 Apr 2023 15:24:46 +0000
Subject: [PATCH] =?UTF-8?q?ajuste=20en=20.gitlab-ci.yml=20para=20instalaci?=
 =?UTF-8?q?=C3=B3n=20de=20requirements=20solo=20en=20build?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .gitlab-ci.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f78a414d..b1b09768 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,12 +5,10 @@ stages:
 # requiring the environment of python
 image: python:3.9-buster
 
-before_script:
-  - pip install -r requirements.txt
-
 jupyter-build:
   stage: build
   script:
+    - pip install -r requirements.txt
     - jupyter-book build ./docs/ # build to public path
   artifacts:
     paths:
-- 
GitLab