Skip to content

Commit cbb2607

Browse files
authored
Update set_ci_env.sh
1 parent 562a3f3 commit cbb2607

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/set_ci_env.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ python --version
2424
python3 --version
2525

2626
echo ========================= install valgrind ===============================
27-
sudo apt-get install valgrind pytest-valgrind
27+
sudo apt-get install valgrind
2828

2929
echo ========================= install Numpy cython pytest ===============================
30-
pip3 install numpy cython pytest
30+
pip3 install numpy cython pytest pytest-valgrind
3131

3232
echo ========================= install/delete libstdc++-dev ===============================
3333
sudo apt remove -y gcc-7 g++-7 gcc-8 g++-8 gcc-10 g++-10

0 commit comments

Comments
 (0)