From 106d7bb86295f5ca1599c2ef85f2ed8a6c4fa69e Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 7 Apr 2021 19:36:18 -0700 Subject: gitlab-ci: install newer version of pipenv, via IA .deb file --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 216f1fcf..f71e2d77 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -36,6 +36,8 @@ unified_test: python3.8 python3.8-dev python3.8-venv python3.8-distutils python3-dev python3-pip python3-wheel python3-requests python3-six python3-pytest pipenv - diesel --version || cargo install diesel_cli --version 1.3.1 --no-default-features --features postgres + - wget --continue https://archive.org/download/ia-deb-pkgs/pipenv_11.15-0ia1_all.deb + - apt install ./pipenv_11.15-0ia1_all.deb - pipenv --version script: - rustc --version && cargo --version && diesel --version -- cgit v1.2.3