cleanup: Removed valgrind installation on windows

This commit is contained in:
Allan Jeremy 2022-06-15 19:52:51 +03:00
parent 19fcb9ce17
commit d22d61a375

View file

@ -62,10 +62,6 @@ jobs:
python -m pip install requests
python -m pip install --user numpy scipy matplotlib ipython jupyter pandas sympy nose
- name: Install valgrind
run: |
sudo apt-get install valgrind
- name: Run benchmark
run: |
python bench/bench.py | tee ${{ matrix.bench.script }}-output.txt