diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fdec79f5583b00d05902677cfaf9ade5184f1983..daa6055893bf64c1e47e15cc43316467c47bd57a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,9 +5,7 @@ stages: before_script: - apt-get update --yes - - apt-get install --yes build-essential cmake pybind11-dev - - wget http://launchpadlibrarian.net/466750967/libfmt-dev_6.1.2+ds-2_amd64.deb - - apt install ./libfmt-dev_6.1.2+ds-2_amd64.deb + - apt-get install --yes build-essential cmake libfmt-dev pybind11-dev - pip3 install . - pip3 show b_asic