Skip to content

Commit

Permalink
CI: Remove catch2 installation via apt, which sometimes conflicts wit…
Browse files Browse the repository at this point in the history
…h version installed from source
  • Loading branch information
selimnairb committed Aug 28, 2023
1 parent 7ef16da commit 47edbc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install-dependencies-cov.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
pushd .
sudo apt-get update -y
sudo apt-get install -y llvm clang lcov cmake ninja-build libhdf5-dev libxml2-dev catch2 python3-venv
sudo apt-get install -y llvm clang lcov cmake ninja-build libhdf5-dev libxml2-dev python3-venv
# Install Catch2 version 3 (Ubuntu 22.04 only packages version 2)
cd /tmp
wget https://github.com/catchorg/Catch2/archive/v3.0.1.tar.gz
Expand Down

0 comments on commit 47edbc4

Please sign in to comment.