mirror of
https://framagit.org/la-chariotte/la-chariotte.git
synced 2025-05-02 20:01:51 +02:00
pip cache purge in gitlab-ci
This commit is contained in:
parent
7e6d17c840
commit
4e78da6960
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ tests:
|
||||||
- echo "Virtual env created."
|
- echo "Virtual env created."
|
||||||
- echo "Running tests..."
|
- echo "Running tests..."
|
||||||
- source $CACHE_PATH/venv/bin/activate
|
- source $CACHE_PATH/venv/bin/activate
|
||||||
|
- pip cache purge
|
||||||
- pip install -U -r requirements.txt
|
- pip install -U -r requirements.txt
|
||||||
- pip install -U -r dev-requirements.txt
|
- pip install -U -r dev-requirements.txt
|
||||||
- pytest --create-db --cov --cov-report=xml
|
- pytest --create-db --cov --cov-report=xml
|
||||||
|
|
Loading…
Reference in a new issue