Skip to content
Snippets Groups Projects
Commit b7f5bafa authored by Alexander Martínez Méndez's avatar Alexander Martínez Méndez
Browse files

ajuste en .gitlab-ci.yml para instalación de requirements solo en build

parent 6e08f3e5
No related branches found
No related tags found
No related merge requests found
Pipeline #2684 passed with stages
in 4 minutes and 29 seconds
...@@ -5,12 +5,10 @@ stages: ...@@ -5,12 +5,10 @@ stages:
# requiring the environment of python # requiring the environment of python
image: python:3.9-buster image: python:3.9-buster
before_script:
- pip install -r requirements.txt
jupyter-build: jupyter-build:
stage: build stage: build
script: script:
- pip install -r requirements.txt
- jupyter-book build ./docs/ # build to public path - jupyter-book build ./docs/ # build to public path
artifacts: artifacts:
paths: paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment