Verified Commit f00deeac authored by Peter Stanko's avatar Peter Stanko
Browse files

Removed redundant installation of pipenv

parent 9f7d2473
Pipeline #31646 failed with stage
in 1 minute and 23 seconds
......@@ -11,10 +11,10 @@ cache:
- ~/.cache/pip/
stages:
- build
- test
build:
stage: build
stage: test
tags:
- shared-fi
before_script:
......@@ -23,7 +23,6 @@ build:
- service redis-server start
- python -V # Print out python version for debugging
- pip install pipenv
- pip install pipenv
script:
- pipenv install --dev
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment