We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e07ad5f commit 995d9e6Copy full SHA for 995d9e6
.github/workflows/ci.yml
@@ -274,10 +274,16 @@ jobs:
274
run: |
275
# Install deps
276
sudo apt-get update
277
- sudo apt-get install git g++ debhelper devscripts gnupg python3 valgrind
+ sudo apt-get install git g++ debhelper devscripts gnupg python3
278
+ sudo apt-get install -y libc6-dbg
279
+ sudo snap install valgrind --classic
280
conda install -y -q -c conda-forge \
281
distro \
282
pytest
283
+
284
+ # Install libraries used by the cppyy test suite
285
+ sudo apt install libeigen3-dev
286
+ sudo apt install libboost-all-dev
287
288
- name: Install deps on MacOS
289
if: runner.os == 'macOS'
0 commit comments