Install bs4 in coverage job

This commit is contained in:
Arturo Marquez 2022-01-26 23:48:11 -06:00
parent b3ba32824e
commit 899691e5c7
No known key found for this signature in database
GPG Key ID: 4770F4929D4B560A
1 changed files with 2 additions and 0 deletions

View File

@ -57,6 +57,8 @@ coverage:
RUSTFLAGS: "-Zinstrument-coverage"
LLVM_PROFILE_FILE: "arti-%p-%m.profraw"
script:
- apt-get update && apt-get install -y python3-pip python3-setuptools
- pip3 install beautifulsoup4
- rustup toolchain add nightly
- rustup default nightly
- rustup component add llvm-tools-preview