Skip to content
Snippets Groups Projects
Unverified Commit 362293d6 authored by Michal Cyprian's avatar Michal Cyprian Committed by GitHub
Browse files

Merge pull request #1 from platformsh/fix-pipenv-pin

Fix pipenv install command and pin pipenv version
parents 6dba3dc1 6ae8e914
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ type: 'python:3.7'
# The build-time dependencies of the app.
dependencies:
python3:
pipenv: '*'
pipenv: '2018.10.13'
# The relationships of the application with services or other applications.
#
......@@ -53,7 +53,7 @@ hooks:
# The build hook runs before the application is deployed, and is useful for
# assembling the codebase.
build: |
pipenv install --system
pipenv install --system --deploy
mkdir logs
python manage.py collectstatic
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment