Revert "Install python3 dependency in CI"

This reverts commit 0d8bcb08e0.
This commit is contained in:
timvisee 2020-02-14 00:24:13 +01:00
parent d199a3b62b
commit 5b088610dd
No known key found for this signature in database
GPG key ID: B8DB720BC383E172

View file

@ -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