Skip to content
Snippets Groups Projects
Commit f1e3a0f9 authored by Sun Jin Kim's avatar Sun Jin Kim
Browse files

add --no-cache-dir to gitlab yml

parent 2e2d8d57
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ build-job:
script:
- python3 -m venv venv
- . venv/bin/activate
- pip3 install -r requirements.txt
- pip3 install -r requirements.txt --no-cache-dir
test-job:
stage: test
......
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