Skip to content

Commit

Permalink
CONCD-167 pipenv=2022.9.4 and laster are failing. Issue starts with v…
Browse files Browse the repository at this point in the history
…2022.8.31. Pin 2022.8.30 for now. When resolution exists on pypa/pipenv#5340, unpin pipenv.
  • Loading branch information
jkueloc committed Sep 13, 2022
1 parent 183b1a4 commit a5606c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_containers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ source "${VENV}/bin/activate"
# Update pip
pip3 install -U pip
pip3 install -U setuptools
pip3 install -U pipenv
pip3 install -U pipenv==2022.8.30

pipenv install --dev --deploy

Expand Down

0 comments on commit a5606c4

Please sign in to comment.