Skip to content

Commit

Permalink
Merge pull request #1625 from OpenNeuroOrg/1623-pipenv-workaround
Browse files Browse the repository at this point in the history
Workaround bad pipenv release until a fix is out
  • Loading branch information
nellh authored Jun 2, 2020
2 parents 3b2a483 + 792d772 commit 98c6787
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
# Install codecov and pipenv
- run:
name: Install pipenv
command: pip install --user pipenv
command: pip install --user 'pipenv==2018.11.26'
working_directory: ~/project/services/datalad

# create venv and install dependencies
Expand Down
2 changes: 1 addition & 1 deletion services/datalad/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN apk --update add bash yarn git python py-pip openssl openssh ca-certificates
&& rm git-annex-standalone-amd64.tar.gz \
&& mv git-annex.linux/* /usr/local/bin \
&& apk --update add --virtual build-dependencies libffi-dev openssl-dev python3-dev py3-pip build-base libxml2-dev libxslt-dev \
&& pip install pipenv \
&& pip install 'pipenv==2018.11.26' \
&& pipenv install --deploy --system \
&& apk del build-dependencies wget \
&& mkdir /datalad \
Expand Down

0 comments on commit 98c6787

Please sign in to comment.