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 562a3f3 commit cbb2607Copy full SHA for cbb2607
scripts/set_ci_env.sh
@@ -24,10 +24,10 @@ python --version
24
python3 --version
25
26
echo ========================= install valgrind ===============================
27
-sudo apt-get install valgrind pytest-valgrind
+sudo apt-get install valgrind
28
29
echo ========================= install Numpy cython pytest ===============================
30
-pip3 install numpy cython pytest
+pip3 install numpy cython pytest pytest-valgrind
31
32
echo ========================= install/delete libstdc++-dev ===============================
33
sudo apt remove -y gcc-7 g++-7 gcc-8 g++-8 gcc-10 g++-10
0 commit comments