Revert "Install python3 dependency in CI"
This reverts commit 0d8bcb08e0
.
This commit is contained in:
parent
d199a3b62b
commit
5b088610dd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue