Skip to content

Commit

Permalink
Update valgrind to same as CpInterOp
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronj0 authored and vgvassilev committed Jun 11, 2024
1 parent fc5def7 commit ede3f04
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,9 @@ jobs:
run: |
# Install deps
sudo apt-get update
sudo apt-get install git g++ debhelper devscripts gnupg python3 valgrind
sudo apt-get install git g++ debhelper devscripts gnupg python3
sudo apt-get install -y libc6-dbg
sudo snap install valgrind --classic
conda install -y -q -c conda-forge \
distro \
pytest
Expand Down

0 comments on commit ede3f04

Please sign in to comment.