Verified Commit 899691e5 authored by arturomf94's avatar arturomf94
Browse files

Install bs4 in coverage job

parent b3ba3282
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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