Skip to content
Snippets Groups Projects
Commit 06a3f923 authored by Anton Sarukhanov's avatar Anton Sarukhanov
Browse files

Photos: pip cache so we can go Even Faster!

parent 27c7227b
Branches photo-gallery
No related tags found
No related merge requests found
Pipeline #253 passed with stages
in 5 minutes and 46 seconds
......@@ -18,7 +18,17 @@ build_html:
dependencies:
- build_js
image: python:3
variables:
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
cache:
paths:
- .cache/pip
- venv/
before_script:
- python3 -m venv --copies venv
- source venv/bin/activate
script:
- pip install -U pip wheel setuptools
- pip install -r requirements.txt
- make html
artifacts:
......
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