From 5b088610ddf9ffa3919160ee44647cb717fb2465 Mon Sep 17 00:00:00 2001 From: timvisee Date: Fri, 14 Feb 2020 00:24:13 +0100 Subject: [PATCH] Revert "Install python3 dependency in CI" This reverts commit 0d8bcb08e0b581e0e1b9a3ee4c988323411b4389. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fa6227b..0863288 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,7 +31,7 @@ cache: # Install compiler and OpenSSL dependencies before_script: - apt-get update - - apt-get install -y --no-install-recommends build-essential pkg-config libssl-dev python3 + - apt-get install -y --no-install-recommends build-essential pkg-config libssl-dev - | rustup install $RUST_VERSION rustup default $RUST_VERSION