Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
texta
texta-mlp-python
Commits
ad25dc09
Commit
ad25dc09
authored
Mar 01, 2021
by
Raul Sirel
Browse files
also cache pip
parent
167c32e8
Pipeline
#4797
canceled with stage
in 3 minutes and 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
ad25dc09
...
...
@@ -3,6 +3,10 @@ image: debian:buster
variables
:
TEXTA_MLP_DATA_DIR
:
/cache
cache
:
paths
:
-
.pip
stages
:
-
test
-
build
...
...
@@ -11,7 +15,7 @@ stages:
Test
:
before_script
:
-
apt-get update && apt-get install python3-lxml python3-pip -y
-
pip3 install -r requirements.txt
-
pip3
--cache-dir=.pip
install -r requirements.txt
stage
:
test
tags
:
-
ci-test
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment